Classes |
Brief description |
SimpleConfigurationDescriptors |
Configuration descriptors with one interface.
|
Methods |
|

main |
Initializes the system, connects the USB and waits indefinitely.
Variants |
Brief description |
(void) |
main function
|
(void) |
Tests the At45 connected to the board by performing several command on each of its pages.
|
(void) |
Displays a menu to let the user either change the clock configuration of the device, enable/disable options (i.e.
|
(void) |
Default main() function.
|
(void) |
Default main() function.
|
(void) |
Default main() function.
|
(void) |
Default main() function.
|
(void) |
Default main() function.
|
(void) |
Tests the EFC peripheral features.
|
(void) |
main function
|
(void) |
main function
|
(void) |
Outputs a PWM on LED1 & LED2 to makes it fade in and out.
|
(void) |
Initializes the RTT, displays the current time and allows the user to perform several actions: clear the timer, set an alarm, etc.
|
(void) |
Main function.
|
(void) |
Initializes the serial flash and performs several tests on it.
|
(void) |
Main function.
|
(void) |
Application entry point.
|
(void) |
Application entry point.
|
(void) |
Initializes the CCID driver and runs it.
|
(void) |
Initializes drivers and start the USB <-> Serial bridge.
|
(void) |
Initializes drivers and start the USB composite device.
|
(void) |
Initializes drivers and start the USB composite device.
|
(void) |
Initializes drivers and start the USB composite device.
|
(void) |
Initializes the system, connects the USB and waits indefinitely.
|
(void) |
Initializes the system and then monitors buttons, sending the corresponding character when one is pressed.
|
(void) |
Initializes the system and then monitors buttons, sending the corresponding character when one is pressed.
|
(void) |
Initializes the system and then monitors buttons, sending the corresponding character when one is pressed.
|
(void) |
Initializes the Mass Storage driver and runs it.
|
|

USBDCallbacks_RequestReceived |
Invoked whenever a SETUP request is received from the host.
|

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.
Variants |
Brief description |
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
(void) |
Invoked when the USB device gets suspended. By default, turns off all LEDs.
|
|
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 |
|
configurationDescriptors |
Configuration descriptors.
|
usbdDriver |
USB standard device driver.
|
usbdDriverDescriptors |
List of descriptors used by the device.
|
usbDeviceDescriptor |
Device descriptor.
|
USBState |
State of USB, for suspend and resume.
|