Move USB mode enum into the top level USB controller header, as it is common to all architectures (even if not all modes are supported).

This commit is contained in:
Dean Camera 2013-04-28 11:31:28 +00:00
parent c757acf1f7
commit 15fb6351e5
4 changed files with 17 additions and 41 deletions

View file

@ -273,16 +273,6 @@
#define USB_Options USE_STATIC_OPTIONS
#endif
/* Enums: */
/** Enum for the possible USB controller modes, for initialization via \ref USB_Init() and indication back to the
* user application via \ref USB_CurrentMode.
*/
enum USB_Modes_t
{
USB_MODE_None = 0, /**< Indicates that the controller is currently not initialized in any specific USB mode. */
USB_MODE_Device = 1, /**< Indicates that the controller is currently initialized in USB Device mode. */
};
/* Private Interface - For use in library only: */
#if !defined(__DOXYGEN__)
/* Function Prototypes: */