File List

Here is a list of all documented files with brief descriptions:
apps/mass-storage/main.c [code]
apps/mass-storage/include/app/clk-config.h [code]Clock configuration options for the UDC test program
apps/mass-storage/include/app/config_dmapool.h [code]
apps/mass-storage/include/app/config_usb.h [code]Application-specific USB configuration parameters
apps/mass-storage/include/app/softirq.h [code]
apps/mass-storage/include/app/timer.h [code]Application-specific timer integration
apps/mass-storage/include/app/usb_strings.h [code]
apps/mass-storage/include/app/version.h [code]Application version information
apps/mass-storage/include/app/workqueue.h [code]Application-specific workqueue integration
arch/avr32/delay.c [code]AVR32-specific delay implementation
arch/avr32/exception.c [code]Default exception handler for AVR32
arch/avr32/intc.c [code]Internal Interrupt Controller driver
arch/avr32/softirq.c [code]Architecture-specific soft interrupt implementation
arch/avr32/include/arch/bitops.h [code]AVR32-specific implementation of bit operations
arch/avr32/include/arch/byteorder.h [code]AVR32-specific byte order definitions
arch/avr32/include/arch/compiler-gcc.h [code]Compiler abstraction layer: AVR32 GCC specifics
arch/avr32/include/arch/interrupt.h [code]AVR32-specific interrupt masking/unmasking
arch/avr32/include/arch/io.h [code]AVR32 I/O register accessors
arch/avr32/include/arch/irq_handler.h [code]Interrupt handler support
arch/avr32/include/arch/ocd.h [code]AVR32 OCD register definitions
arch/avr32/include/arch/softirq.h [code]Architecture-specific soft interrupt definitions
arch/avr32/include/arch/sysreg.h [code]AVR32 system register definitions
arch/avr32/include/arch/timeout.h [code]AVR32 Timeout counter
arch/avr32/include/arch/types.h [code]Architecture-specific type definitions for AVR32
board/atevk1104/init.c [code]Initialization code for the ATEVK1104 board
board/atevk1104/include/board/clk.h [code]ATEVK1104 clock configuration
board/atevk1104/include/board/dataflash.h [code]ATEVK1104 dataflash connection
board/atevk1104/include/board/init.h [code]Initialization code for the ATEVK1104 board
board/atevk1104/include/board/led.h [code]Board-specific LED control
board/atevk1104/include/board/sdmmc.h [code]ATEVK1104 specific SD/MMC setup
chip/at32uc3a3/gpio_irq_group.c [code]GPIO irq group
chip/at32uc3a3/physmem.c [code]Physical memory pool objects for AT32UC3A3
chip/at32uc3a3/portmux.c [code]AT32UC3A3 portmux configuration: Non-inline functions
chip/at32uc3a3/include/chip/clk.h [code]AT32UC3A3 clock control
chip/at32uc3a3/include/chip/dma_controller.h [code]Chip-specific DMA Controller Definitions
chip/at32uc3a3/include/chip/gpio_irq_group.h [code]GPIO irq group
chip/at32uc3a3/include/chip/irq-map.h [code]Internal interrupt lines on the AT32UC3A3
chip/at32uc3a3/include/chip/memory-map.h [code]Physical memory map for the AT32UC3A3
chip/at32uc3a3/include/chip/portmux.h [code]AT32UC3A3 portmux configuration
chip/at32uc3a3/include/chip/spi.h [code]AT32UC3A3 chip-specific SPI definitions
chip/at32uc3a3/include/chip/twis.h [code]AT32UC3A3 chip-specific TWIS definitions
chip/at32uc3a3/include/chip/usart.h [code]AT32UC3A3 chip-specific USART definitions
chip/at32uc3a3/include/chip/usbb.h [code]USBB chip-specific capabilities
cpu/uc3/include/cpu/addrspace.h [code]Address space definitions for AVR32 UC3 devices
cpu/uc3/include/cpu/dma.h [code]DMA mapping for AVR32 UC3
cpu/uc3/include/cpu/dmapool.h [code]DMA memory pool allocator
cpu/uc3/include/cpu/irq_handler.h [code]CPU-specific interrupt handler support
cpu/uc3/include/cpu/physmem.h [code]UC3-specific physical memory definitions
cpu/uc3/include/cpu/sysreg.h [code]AVR32 UC3-specific system register definitions
doc/async_requests_doc.c [code]Asynchronous request architecture
doc/build_system.c [code]Build System Overview
doc/dmac_overview.c [code]DMA Controller API Overview
doc/portmux_overview_doc.c [code]Portmux and GPIO documentation
doc/sdmmc_doc.c [code]SD/MMC Driver Documentation Overview
doc/usb_overview_doc.c [code]USB Documentation Overview
doc/drivers/aes_doc.c [code]Advanced Encryption Standard (AES) driver documentation
doc/drivers/timer_doc.c [code]Timer documentation
drivers/aes/aes.c [code]Asynchronous Advanced Encryption Standard (AES) driver
drivers/aes/aes_regs.h [code]AES module register interface
drivers/block/aesblk.c [code]AES block device
drivers/block/copy.c [code]Block copy between block devices
drivers/block/core.c [code]Block device core functionality
drivers/block/dummy.c [code]Dummy block device used for testing
drivers/block/fill.c [code]Block device medium initialization
drivers/block/journal.c [code]Journal service based on dataflash
drivers/block/sdmmc.c [code]SD/MMC block device
drivers/console/console.c [code]Console core layer
drivers/console/debug.c [code]Debug console implementation
drivers/console/serial.c [code]Serial console driver
drivers/dmac/dmac_util.h [code]DMA Controller common utility functions
drivers/dmac/dmaca.c [code]DMACA DMA Controller Driver
drivers/dmac/dmaca_regs.h [code]DMACA Register Definitions
drivers/dmac/pdca.c [code]PDCA DMA Controller Driver
drivers/dmac/pdca_regs.h [code]PDCA Hardware Register Definitions
drivers/flash/flashc.c [code]Flash Controller Driver
drivers/gpio/gpio_irq_handler.c [code]GPIO irq handler
drivers/gpio/portmux_gpio.c [code]GPIO portmux driver
drivers/led/blink.c [code]Common LED helper functions
drivers/pm/pm.c [code]Power Manager chip-independent support
drivers/sdmmc/card.c [code]SD/MMC card logic
drivers/sdmmc/card_detect.c [code]SD/MMC card detect handler
drivers/sdmmc/mci_regs.h [code]MCI registers
drivers/sdmmc/mcihost.c [code]SD/MMC MCI host driver
drivers/sdmmc/probe.c [code]SD/MMC probe engine
drivers/sdmmc/protocol.h [code]SD/MMC card protocol definitions
drivers/sdmmc/request.c [code]SD/MMC request utility functions
drivers/sdmmc/slot.c [code]SD/MMC slot driver
drivers/timer/tc_regs.h [code]Timer counter register interface
drivers/timer/timer_tc.c [code]Simple timer able to perform tasks after a given delay
drivers/usb/udc_lib.c [code]USB Device Controller library functions
drivers/usb/usb_lib.c [code]USB core layer
drivers/usb/usbb_core.c [code]USBB driver: Core/Transceiver part
drivers/usb/usbb_internal.h [code]USBB driver: Internal functions and definitions
drivers/usb/usbb_regs.h [code]USBB register definitions
drivers/usb/usbb_udc.c [code]USBB driver: Device part
drivers/usb/function/msc_bulk_function.c [code]USB Mass Storage Class Bulk-only function driver
drivers/usb/function/udctest.c [code]USB Device Controller test function driver
drivers/usb/function/usb_function_core.c [code]USB function driver core
drivers/watchdog/wdt.c [code]Watchdog driver for the AVR32 WDT
include/aes.h [code]Interface of Asynchronous Advanced Encryption Standard (AES) driver
include/assert.h [code]Run-time assertion support
include/atomic.h [code]Implementation of atomic operations
include/bitops.h [code]Generic bit operations
include/buffer.h [code]Generic Buffer structure and associated helper functions
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/delayed_work.h [code]Delayed work abstraction
include/dma.h [code]Direct Memory Access (DMA) support
include/dmapool.h [code]DMA memory pool allocator
include/interrupt.h [code]Interrupt masking/unmasking
include/io.h [code]I/O accessor functions
include/irq_handler.h [code]Interrupt handler support
include/led.h [code]LED control interface
include/linkerscript.h [code]Linker script definitions
include/mempool.h [code]Memory pool allocator
include/physmem.h [code]Physical memory allocation and mapping
include/ring.h [code]Simple and efficient ring buffer implementation
include/slist.h [code]Singly linked list implementation
include/softirq.h [code]Soft interrupt handling
include/status-codes.h [code]Status code definitions
include/stdint.h [code]C99 integer type definitions
include/string.h [code]Standard string operations
include/timeout.h [code]Timeout counter interface
include/timer_tc.h [code]Simple timer able to perform tasks after a given delay
include/types.h [code]Type definitions used throughout the library
include/util.h [code]Misc utility functions and definitions
include/watchdog.h [code]Watchdog interface
include/workqueue.h [code]Workqueue implemented as a linked list
include/block/aesblk.h [code]AES block device interface
include/block/copy.h [code]Interface for block copy between block devices
include/block/device.h [code]Block Device interface
include/block/dummy.h [code]Dummy block device driver interface
include/block/fill.h [code]Interface for filling a block device with a pattern
include/block/journal.h [code]Journal service based on dataflash
include/block/sdmmc.h [code]SD/MMC block device driver interface
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/console/core.h [code]Console core definitions
include/console/driver.h [code]Console driver interface
include/console/serial.h [code]Serial console backend
include/dmac/dma_controller.h [code]DMA Controller Interface
include/dmac/dmaca.h [code]DMA Controller Driver for the DMACA
include/dmac/pdca.h [code]DMA Controller Driver for the PDCA
include/flash/flashc.h [code]Flash Controller Driver
include/gpio/gpio_irq_handler.h [code]GPIO irq handler
include/gpio/portmux_gpio.h [code]GPIO portmux interface
include/gpio/portmux_gpio_regs.h [code]GPIO portmux register interface
include/hardware/usart.h [code]USART register definitions
include/pm/pm_common.h [code]Power Manager: Chip- and version-independent support
include/pm/pm_v2.h [code]Power Manager v2 chip-independent support
include/pm/pm_v2_regs.h [code]Power Manager v2 register definitions
include/pm/pm_v3.h [code]Power Manager v2 chip-independent support
include/pm/pm_v3_regs.h [code]Power Manager v3 register definitions
include/scsi/cdb.h [code]SCSI Command Descriptor Block (CDB) helper functions
include/scsi/rbc_protocol.h [code]SCSI Reduced Block Commands
include/scsi/sbc_protocol.h [code]SCSI Block Commands
include/scsi/spc_protocol.h [code]SCSI Primary Commands
include/sdmmc/mcihost.h [code]SD/MMC MCI host driver
include/sdmmc/sdmmc.h [code]SD/MMC driver interface
include/spi/spi.h [code]Master SPI driver interface
include/usb/function.h [code]USB device function interface
include/usb/function_core.h [code]USB device function core layer interface
include/usb/msc_function.h [code]USB Mass Storage Class function driver
include/usb/msc_protocol.h [code]USB Mass Storage Class protocol definitions
include/usb/request.h [code]USB request structure and associated helper functions
include/usb/udc.h [code]USB Device Controller interface
include/usb/udctest.h [code]USB Test Function protocol
include/usb/usb_protocol.h [code]USB protocol definitions
lib/buffer.c [code]
lib/delay.c [code]Architecture-independent delay-related functions
lib/delayed_work.c [code]Delayed work abstraction
lib/dmapool.c [code]
lib/mempool.c [code]Memory pool allocator
lib/physmem.c [code]Physical memory allocator implementation
lib/dlmalloc/dlmalloc.c [code]
lib/dlmalloc/include/dlmalloc-config.h [code]Dlmalloc() customization definitions
lib/dlmalloc/include/dlmalloc.h [code]
lib/dlmalloc/include/malloc.h [code]Interface to Doug Lea's Memory Allocator (dlmalloc)
test/usb-tester/usb-tester.py [code]
test/usb-tester/usbtest/__init__.py [code]
test/usb-tester/usbtest/testbulk.py [code]
test/usb-tester/usbtest/testctrl.py [code]

Generated on Tue Sep 15 10:22:32 2009 for libavr32 by  doxygen 1.5.8