LUFA Library  151115
System Platform Drivers - LUFA/Platform/Platform.h

Hardware platform drivers. More...

Modules

 AVR8
 Drivers relating to the AVR8 architecture platform, such as clock setup and interrupt management.
 
 UC3
 Drivers relating to the UC3 architecture platform, such as clock setup and interrupt management.
 
 XMEGA
 Drivers relating to the XMEGA architecture platform, such as clock setup and interrupt management.
 

Detailed Description

Module Source Dependencies

The following files must be built with any user project that uses this module:

Module Description

Device-specific hardware platform drivers, for low level hardware configuration and management. The platform drivers are a set of drivers which are designed to provide a high level management layer for the various low level system functions such as clock control and interrupt management.

User code may choose to either include this master dispatch header file to include all available platform driver header files for the current architecture, or may choose to only include the specific platform driver modules required for a particular application.

Note
The exact APIs and availability of sub-modules within the platform driver group may vary depending on the target used - see individual target module documentation for the API specific to your target processor.