Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Modules
Here is a list of all modules:
[detail level 1234]
oStandard I/O (stdio)Common standard I/O driver that implements the stdio read and write functions on AVR and SAM devices
oGeneric board supportThe generic board support module includes board-specific definitions and function prototypes, such as the board initialization function
oXMEGA compiler driverCompiler abstraction layer and code utilities for 8-bit AVR
|oAssembler SupportThis group provides a good handful of macros intended to smooth out the differences between various assemblers, similar to what compiler.h does for compilers, except that assemblers tend to be much less standardized than compilers
|oMacro Repeat
|oStringize
|oToken Paste
|oProgram memory
|\Status Codes
oGlobal interrupt managementThis is a driver for global enabling and disabling of interrupts
|\Deprecated interrupt definitions
oAtmel part identification macrosThis collection of macros identify which series and families that the various Atmel parts belong to
|oAVR UC3 parts
|oAVR XMEGA parts
|omegaAVR parts
|\SAM parts
omaXTouch low-level componentSee Quick start guide for the maXTouch component
oCommon IOPORT APISee Quick start guide for the common IOPORT service
oTwo Wire-interface(TWI)This is the common API for TWIs
oClock Management
|oGeneric Clock ManagementGeneric clocks are configurable clocks which run outside the system clock domain
|oOscillator ManagementThis group contains functions and definitions related to configuring and enabling/disabling on-chip oscillators
|oPLL ManagementThis group contains functions and definitions related to configuring and enabling/disabling on-chip PLLs
|\System Clock ManagementSee Quick Start Guide for the System Clock Management service (XMEGA)
oConfiguration Change ProtectionSee Quick start guide for CCP driver
oXMEGA reset causeSee reset_cause_quickstart
oTWI - Two-Wire InterfaceSee Quick start guide for XMEGA TWI driver
|oTWI Master
|\TWI Slave
oGraphical display systemThis service provides an interface to drawing graphics on a graphical display
|oWindow SystemWindow system for organizing window elements in a graphical user interface (GUI)
|oWidget toolkitThe Widget toolkit implements many common widgets for use on a graphical display using the functionality of Window system and Graphics library
||oBasic frame widgetBasic frame widget provides a frame with only a background color
||oButton widget
||oCheck box widget
||oFrame widgetFrame widget provides a frame with border and a title bar
||oIcon button widget
||oLabel widget
||oPlot widget
|||oPlot widget optionsThese options can be ORed together to specify the behaviour of a plot widget when creating it with wtk_plot_create
|||\Plot widget grid optionsThese options can be ORed together to specify the behaviour of a plot widget grid when adjusting it via wtk_plot_set_grid
||oProgress bar widget
|||\Progress bar widget optionsThese options can be ORed together to specify the behaviour of a progress bar widget when creating it with wtk_progress_bar_create
||oRadio button widget
||\Slider widget
|| \Slider widget optionsThese options can be ORed together to specify the behaviour of a slider widget when creating it with wtk_slider_create
|oSDT028ATFT display using ILI9341 display controllerThis is hardware specific configuration that configures the graphical service for use with the ILI9341 display controller and the SDT028ATFT display
|oGeneric Implementation of Graphics PrimitivesThis is a library of generic implementations of various graphics primitives
|\Font supportThis modules provides functionality for outputting a font to a display
| \System fontThe system font objects are globally available for a graphical application
oILI9341 Display Controller Component DriverSee Quick Start Guide for the ILI9341 Display Controller Component Driver
oUSART in SPI (Serial Peripheral Interface) modeThis is the common API for USART in SPI mode
oUSART module (USART)See Quick start guide for USART module
oProgrammable Multilevel Interrupt ControllerSee Quick start guide for PMIC driver
oBusy-Wait Delay RoutinesThis module provides simple loop-based delay routines for those applications requiring a brief wait during execution
oMemory Bag AllocatorThe Membag allocator is a optimized, fragmentationless general purpose memory allocator utility module designed to replace the standard C library malloc() and free() functions in resource constrained environments
oXMEGA-A1 Xplained Board Configuration
\General Purpose Input/OutputThis is the common API for GPIO