Methods |
Brief description |

ISR_Media |
Interrupt handler for all media types.
Variants |
Brief description |
(void) |
Interrupt handler for all media types.
|
(void) |
Interrupt handler for all media types.
|
(void) |
Interrupt handler for all media types.
|
|

main |
Initializes the Mass Storage 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.
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.
|
(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 |
|
BLOCK_SIZE |
Size of one block in bytes.
|
CODE_SIZE |
Maximum code size reserved for running in SDRAM and FLASH.
|
DEBOUNCE_TIME |
Delay for pushbutton debouncing (ms).
|
MAX_LUNS |
Maximum number of LUNs which can be defined.
|
PIT_PERIOD |
PIT period value (seconds).
|
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 |
|
luns |
Device LUNs.
|
medias |
Available medias.
|
msdBuffer |
LUN read/write buffer.
|
USBState |
State of USB, for suspend and resume.
|