LUFA Library  120730
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
System Platform Drivers - LUFA/Platform/Platform.h

Hardware platform drivers. More...

Modules

 AVR8
 UC3
 XMEGA

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.