LUFA Library  130303
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Platform.h File Reference

Architecture Specific Hardware Platform Drivers. More...

#include "../Common/Common.h"

Detailed Description

This file is the master dispatch header file for the 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.