| LICENSE [code] | |
| apps/uart-loopback/main.c [code] | UART example application that loops back data it receives |
| arch/avr8/delay.c [code] | Delay functions for the AVR architecture |
| arch/avr8/include/arch/assembler-iar.h [code] | Assembler abstraction layer: IAR AVR Assembler specifics |
| arch/avr8/include/arch/atomic.h [code] | Atomic Operations: AVR implementation |
| arch/avr8/include/arch/bitops.h [code] | AVR-specific implementation of bit operations |
| arch/avr8/include/arch/byteorder.h [code] | AVR-specific byte order definitions |
| arch/avr8/include/arch/compiler-gcc.h [code] | AVR/GCC-specific compiler abstraction |
| arch/avr8/include/arch/compiler-iar.h [code] | Compiler abstraction layer: IAR/AVR specifics |
| arch/avr8/include/arch/intc.h [code] | AVR-specific internal interrupt handling |
| arch/avr8/include/arch/interrupt.h [code] | AVR-specific interrupt masking/unmasking |
| arch/avr8/include/arch/io.h [code] | AVR I/O read/write functions |
| arch/avr8/include/arch/progmem.h [code] | Program memory access for 8-bit AVR |
| arch/avr8/include/arch/stdint.h [code] | C99 integer type definitions for AVR |
| arch/avr8/include/arch/string.h [code] | Standard string operations for AVR |
| board/xplain/init.c [code] | Initialization code for the XMEGA chip on the Xplain board |
| board/xplain/include/board.h [code] | Xplain ATxmega128A1 board-specific declarations |
| board/xplain/include/board/led.h [code] | Board-specific LED control |
| board/xplain/include/board/physmem.h [code] | Board specific physical memory definitions |
| chip/atxmega128a1/sysclk.c [code] | Chip-specific system clock management functions |
| chip/atxmega128a1/include/chip/gpio.h [code] | XMEGA GPIO implementation |
| chip/atxmega128a1/include/chip/memory-map.h [code] | Physical memory map for the ATxmega128A1 |
| chip/atxmega128a1/include/chip/nvm_regs.h [code] | NVM register definitions |
| chip/atxmega128a1/include/chip/osc.h [code] | Chip-specific oscillator management functions |
| chip/atxmega128a1/include/chip/pll.h [code] | Chip-specific PLL definitions |
| chip/atxmega128a1/include/chip/pmic.h [code] | PMIC chip specific interrupt vector IDs |
| chip/atxmega128a1/include/chip/sysclk.h [code] | Chip-specific system clock management functions |
| chip/atxmega128a1/include/chip/uart.h [code] | XMEGA chip-specific UART definitions |
| cpu/xmega/ccp.S [code] | Configuration Change Protection |
| cpu/xmega/include/cpu/dma.h [code] | DMA mapping primitives for AVR XMEGA |
| cpu/xmega/include/cpu/io.h [code] | AVR XMEGA I/O read/write functions |
| cpu/xmega/include/cpu/regs.h [code] | AVR XMEGA CPU registers |
| cpu/xmega/include/cpu/sleep.h [code] | CPU sleep modes support |
| cpu/xmega/include/cpu/unaligned.h [code] | Portable unaligned access helpers: AVR XMega implementation |
| doc/build_system_doc.c [code] | Build System Overview |
| doc/clk_doc.c [code] | System Management overview documentation |
| doc/impl_notes.c [code] | Implementation notes |
| doc/mem_allocators_doc.c [code] | Memory Allocators overview documentation |
| drivers/clk/xmega_pr.c [code] | XMEGA Power Reduction support |
| drivers/gpio/port.c [code] | I/O Ports Driver |
| include/assembler.h [code] | Assembler abstraction layer and utilities |
| include/assert.h [code] | Run-time and build-time assertion support |
| include/atomic.h [code] | Atomic Operations |
| include/bitops.h [code] | Generic bit operations |
| include/byteorder.h [code] | Byte order conversion helpers |
| include/compiler.h [code] | Compiler abstraction layer |
| include/debug.h [code] | Debug console |
| include/delay.h [code] | Delay functions |
| include/dma.h [code] | Direct Memory Access (DMA) support |
| include/gpio.h [code] | GPIO pin control API |
| include/intc.h [code] | Internal interrupt handling |
| include/interrupt.h [code] | Interrupt masking/unmasking |
| include/io.h [code] | I/O accessor functions |
| include/led.h [code] | LED control API |
| include/linker.h [code] | Linker script definitions |
| include/pmic.h [code] | PMIC (Programmable Multi-Level Interrupt Controller) driver |
| include/pmic_regs.h [code] | PMIC (Programmable Multi-Level Interrupt Controller) register definitions |
| include/progmem.h [code] | Program Memory Access |
| include/ring.h [code] | Simple and efficient ring buffer implementation |
| include/sleep.h [code] | System sleep support |
| include/slist.h [code] | Singly linked list implementation |
| include/status_codes.h [code] | Status code definitions |
| include/stdint.h [code] | C99 integer type definitions |
| include/string.h [code] | Standard string operations |
| include/types.h [code] | Type definitions used throughout the library |
| include/uart.h [code] | UART definitions |
| include/unaligned.h [code] | Portable unaligned access helpers |
| include/util.h [code] | Misc utility functions and definitions |
| include/assembler/gas.h [code] | Assembler abstraction layer: GNU Assembler specifics |
| include/assembler/iar.h [code] | Assembler abstraction layer: IAR Assembler specifics |
| include/clk/osc.h [code] | Oscillator management |
| include/clk/pll.h [code] | PLL management |
| include/clk/sys.h [code] | System clock management |
| include/clk/xmega/osc.h [code] | Oscillator management using the Xmega OSC module |
| include/compiler/gcc.h [code] | Compiler abstraction layer: GCC specifics |
| include/compiler/iar.h [code] | Compiler abstraction layer: IAR specifics |
| include/compiler/sparse.h [code] | Compiler abstraction layer: sparse specifics |
| include/generic/atomic.h [code] | Atomic Operations: Generic implementation |
| include/generic/dma_nommu.h [code] | DMA mapping primitives for processors without an MMU |
| include/generic/string.h [code] | Generic, non-optimized string operations |
| include/generic/unaligned-direct.h [code] | Unaligned access using direct references |
| include/gpio/port.h [code] | I/O Ports implementation |
| include/regs/xmega_clk.h [code] | Xmega Clock register definitions |
| include/regs/xmega_ebi.h [code] | XMEGA EBI Register Interface |
| include/regs/xmega_osc.h [code] | Xmega Oscillator register definitions |
| include/regs/xmega_port.h [code] | XMEGA I/O Ports Register Interface |
| include/regs/xmega_portcfg.h [code] | XMEGA Port Configuration (PORTCFG) Register Definitions |
| include/regs/xmega_pr.h [code] | XMEGA Power Reduction register definitions |
| include/regs/xmega_usart.h [code] | XMEGA USART register definitions |
| include/uart/uart_xmega.h [code] | XMEGA UART definitions |
| util/string/generic_memcpy.c [code] | Generic, unoptimized memcpy() implementation |
| util/string/generic_memset.c [code] | Generic, unoptimized memset() implementation |
| util/string/generic_strcmp.c [code] | Generic, unoptimized strcmp() implementation |
| util/string/generic_strlen.c [code] | Generic, unoptimized strlen() implementation |
1.6.3