main.c
Default mainpageusb-device-ccid-projectmain.c
Description Overview
Methods Brief description
 main Initializes the CCID driver and runs it.
 USBDCallbacks_Resumed Invoked when the USB device leaves the Suspended state.
 USBDCallbacks_Suspended Invoked when the USB device gets suspended. By default, turns off all LEDs.
Macros  
 VBUS_CONFIGURE VBus monitoring (optional).
Defines  
 STATE_IDLE Use for power management.
 STATE_RESUME The USB device is in resume state.
 STATE_SUSPEND The USB device is in suspend state.
Attributes  
 USBState State of USB, for suspend and resume.