Header for fatfs applications. More...
Go to the source code of this file.
Functions | |
| void | MX_FATFS_Init (void) |
Variables | |
| uint8_t | retSD |
| char | SDPath [4] |
| FATFS | SDFatFS |
| FIL | SDFile |
| uint8_t | retUSBH |
| char | USBHPath [4] |
| FATFS | USBHFatFS |
| FIL | USBHFile |
Header for fatfs applications.
This software component is licensed by ST under Ultimate Liberty license SLA0044, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: www.st.com/SLA0044
| uint8_t retSD |
| uint8_t retUSBH |
| FATFS SDFatFS |
| FIL SDFile |
| char SDPath[4] |
| FATFS USBHFatFS |
| FIL USBHFile |
| char USBHPath[4] |