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 12]
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
oSHA204 Service - hardware independent communication functions
oSHA204 Service - command marshaling functions
oSHA204 Service - hardware dependent communication functions
oSHA204 Service - timer functionsCode example to use the timeout timer: sha204_start_timeout_timer_ms(timeout); bool status = false; do { status = try_your_thing(); } while ((sha204_timer expired == false) && (status == false));
oTimer Counter (TC)See Quick Start Guide for the XMEGA TC Driver
|oTimer Counter (TC) interrupt managementThis group provides functions to configure TC module interrupts
|oAWeX extension driverThis group provides low level drivers to configure AWeX extension
|\Hi-Res extension driverThis group provides low level drivers to configure Hi-Res extension
oSleep managerThe sleep manager is a service for ensuring that the device is not put to sleep in deeper sleep modes than the system (e.g., peripheral drivers, services or the application) allows at any given time
oSleep controller driverThis is a low-level driver implementation for the AVR XMEGA sleep controller
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
oProgrammable Multilevel Interrupt ControllerSee Quick start guide for PMIC driver
oTwo Wire-interface(TWI)This is the common API for TWIs
oTWI - Two-Wire InterfaceSee Quick start guide for XMEGA TWI driver
|oTWI Master
|\TWI Slave
oATSHA204 Component Example - status LED'sFunctions
oXMEGA-A1 Xplained Board Configuration
oGeneral Purpose Input/OutputThis is the common API for GPIO
\Common IOPORT APISee Quick start guide for the common IOPORT service