File List

Here is a list of all documented files with brief descriptions:
LICENSE [code]
apps/display-demo/app_calc.c [code]Display demo calc application
apps/display-demo/app_calc.h [code]Display Xplained Calc application
apps/display-demo/app_calibrate.c [code]Display Xplained calibrate application
apps/display-demo/app_calibrate.h [code]Display Xplained calibrate application
apps/display-demo/app_clock.c [code]Display Xplained clock application
apps/display-demo/app_clock.h [code]Display Xplained clock application
apps/display-demo/app_desktop.c [code]Display demo desktop application
apps/display-demo/app_desktop.h [code]Display demo desktop application
apps/display-demo/app_files.c [code]Display Xplained file details application
apps/display-demo/app_files.h [code]Display Xplained file details application
apps/display-demo/app_fonts.c [code]Display Xplained fonts application
apps/display-demo/app_fonts.h [code]Display Xplained fonts application
apps/display-demo/app_memgame.c [code]Display demo memory game implementation
apps/display-demo/app_memgame.h [code]Display demo memory game header file
apps/display-demo/app_slideshow.c [code]Display demo slideshow
apps/display-demo/app_slideshow.h [code]Display demo slideshow
apps/display-demo/app_tank.c [code]Display demo process control application
apps/display-demo/app_tank.h [code]Display demo process control application
apps/display-demo/app_widget.c [code]Display demo widget application
apps/display-demo/app_widget.h [code]Display Xplained Widget application
apps/display-demo/file_loader.c [code]Display Xplained file loader
apps/display-demo/file_loader.h [code]Display Xplained image loader
apps/display-demo/main.c [code]Display demo application
apps/display-demo/include/app/membag.h [code]Declaration of membag sizes for the test suite
apps/display-demo/include/app/softirq.h [code]
apps/display-demo/include/app/sysfont.h [code]Declaration sysfont defaults
apps/display-demo/include/app/version.h [code]Application version information
apps/display-demo/include/app/win.h [code]Declaration window system defaults
apps/display-demo/include/app/wtk.h [code]Declaration widget toolkit defaults
arch/avr8/arch_hugemem.c [code]Access to huge data memory with 8-bit AVR
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/hugemem.h [code]Access to huge data memory with 8-bit AVR
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/softirq.h [code]AVR-specific soft interrupt definitions
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/board_physmem_pools.c [code]Board specific physical memory definitions
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/hx8347a.h [code]HX8347A board-specific definitions
board/xplain/include/board/led.h [code]Board-specific LED control
board/xplain/include/board/physmem.h [code]Board specific physical memory definitions
board/xplain/include/board/sdram.h [code]Board specific external RAM control
board/xplain/include/board/spi.h [code]Board-specific SPI control
board/xplain/include/board/touch/resistive/touch.h [code]Board specific ADC control for resistive touch driver
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/spi.h [code]ATxmega128A1 specific SPI API
chip/atxmega128a1/include/chip/sysclk.h [code]Chip-specific system clock management functions
chip/atxmega128a1/include/chip/tc.h [code]ATxmega128A1 chip-specific timer/counter definitions
chip/atxmega128a1/include/chip/timer.h [code]ATxmega128A1 chip-specific Timer definitions
chip/atxmega128a1/include/chip/uart.h [code]XMEGA chip-specific UART definitions
cpu/xmega/ccp.S [code]Configuration Change Protection
cpu/xmega/physmem_pools.c [code]Physical memory pool object definitions
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/physmem.h [code]AVR XMEGA specific physical memory definitions
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
cpu/xmega/include/cpu/touch/resistive/touch.h [code]XMEGA specific functions for 4-wire resistive touch driver
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/block/block_core.c [code]Block device core functionality
drivers/block/dataflash.c [code]DataFlash® block device driver
drivers/clk/xmega_pr.c [code]XMEGA Power Reduction support
drivers/flash/at45_device.c [code]AT45 DataFlash(R) device driver
drivers/gfx/gfx_bitmap.c [code]Bitmap drawing graphics routines
drivers/gfx/gfx_generic.c [code]General graphics routines
drivers/gfx/gfx_text.c [code]Font and text drawing routines
drivers/gfx/hx8347a/gfx_hx8347a.c [code]Implementation of graphics routines for HX8347A compatible displays
drivers/gfx/hx8347a/hx8347a_regs.h [code]HX8347A Display Controller register definitions
drivers/gfx/hx8347a/hx8347a_xmega.h [code]AVR XMEGA-specific bits of the HX8347A display driver
drivers/gpio/port.c [code]I/O Ports Driver
drivers/serial/spi/spi_mega_xmega.c [code]Common ATmega and ATxmega SPI driver parts
drivers/serial/spi/spi_polled.c [code]Generic SPI abstraction for polled operation
drivers/serial/spi/spi_polled_buf_list.c [code]Generic SPI abstraction for polled buf list operation
drivers/tc/timer/tc_timer_xmega.c [code]AVR XMEGA timer/counter Timer
drivers/touch/resistive/touch.c [code]4-wire resistive touch driver general implementation
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/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/dma.h [code]Direct Memory Access (DMA) support
include/gpio.h [code]GPIO pin control API
include/hugemem.h [code]Huge data memory space access
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/mainloop.h [code]Main loop processing
include/malloc.h [code]Standard dynamic memory allocator
include/membag.h [code]Memory bag allocator
include/mempool.h [code]Memory pool allocator
include/physmem.h [code]Physical memory allocation and mapping
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/softirq.h [code]Soft interrupt handling
include/spi.h [code]Common SPI API
include/status_codes.h [code]Status code definitions
include/stdint.h [code]C99 integer type definitions
include/stream.h [code]Character stream interface
include/string.h [code]Standard string operations
include/timer.h [code]Timer API
include/types.h [code]Type definitions used throughout the library
include/unaligned.h [code]Portable unaligned access helpers
include/util.h [code]Misc utility functions and definitions
include/workqueue.h [code]Workqueue interface
include/assembler/gas.h [code]Assembler abstraction layer: GNU Assembler specifics
include/assembler/iar.h [code]Assembler abstraction layer: IAR Assembler specifics
include/block/dataflash.h [code]DataFlash® block device driver interface
include/block/device.h [code]Block Device interface
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/flash/at45.h [code]AT45 DataFlash(R) Definions
include/flash/at45_device.h [code]AT45 DataFlash(R) Device Driver
include/fs/tsfs.h [code]Tiny Simple File System (TSFS) header file
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/physmem_nommu.h [code]Physical memory definitions for processors without MMU
include/generic/string.h [code]Generic, non-optimized string operations
include/generic/unaligned-direct.h [code]Unaligned access using direct references
include/gfx/gfx.h [code]General graphics routines header file
include/gfx/gfx_generic.h [code]Generic graphics routines header file
include/gfx/gfx_hx8347a.h [code]Graphic driver for HX8347A compatible displays
include/gfx/sysfont.h [code]Graphical Window system
include/gfx/win.h [code]Graphical Window system
include/gfx/wtk.h [code]Graphical Widget toolkit
include/gfx/default/sysfont.h [code]Default configurations for sysfont
include/gfx/default/win.h [code]Default configurations for window system
include/gfx/default/wtk.h [code]Default configurations for widget toolkit
include/gpio/port.h [code]I/O Ports implementation
include/malloc/simple.h [code]Extremely simple malloc() implementation
include/regs/xmega_adc.h [code]XMEGA ADC and ADC Channel Register Interface
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_spi.h [code]ATxmega SPI registers
include/regs/xmega_tc.h [code]XMEGA Timer/Counter register definitions
include/spi/spi_mega_xmega.h [code]ATmega and ATxmega SPI API
include/spi/spi_polled.h [code]Generic SPI abstraction for polled operation
include/spi/spi_xmega.h [code]ATxmega SPI API
include/tc/tc_xmega.h [code]Generic AVR XMEGA timer/counter definitions
include/timer/tc_timer_xmega.h [code]AVR XMEGA timer/counter Timer
include/timer/timer_xmega.h [code]AVR XMEGA Timer
include/touch/touch.h [code]General touch driver
util/buffer.c [code]Generic Buffer management
util/hugemem.c [code]Huge memory allocator implementation
util/malloc_simple.c [code]Extremely simple malloc() implementation
util/membag.c [code]Memory bag allocator
util/mempool.c [code]Memory pool allocator
util/physmem.c [code]Physical memory allocator implementation
util/softirq_common.c [code]Architecture-independent soft interrupt implementation
util/workqueue.c [code]Workqueue implementation
util/fs/tsfs.c [code]Tiny Simple File System (TSFS)
util/gfx/sysfont.c [code]Graphical font support
util/gfx/win.c [code]Graphical Window system
util/gfx/wtk.c [code]Graphical Widget toolkit
util/gfx/wtk_basic_frame.c [code]Basic frame widget implementation
util/gfx/wtk_button.c [code]Button widget implementation
util/gfx/wtk_check_box.c [code]Check box widget implementation
util/gfx/wtk_frame.c [code]Frame widget implementation
util/gfx/wtk_label.c [code]Label widget implementation
util/gfx/wtk_progress_bar.c [code]Progress bar widget implementation
util/gfx/wtk_radio_button.c [code]Radio button widget implementation
util/gfx/wtk_slider.c [code]Slider widget implementation
util/stream/stream_core.c [code]Character stream core implementation
util/stream/stream_string.c [code]Generic stream formatted print implementation
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
Generated on Thu Apr 29 14:10:04 2010 for display-demo by  doxygen 1.6.3