Code for fatfs applications. More...
#include "fatfs.h"Functions | |
| void | MX_FATFS_Init (void) |
| DWORD | get_fattime (void) |
| Gets Time from RTC. More... | |
Variables | |
| uint8_t | retSD |
| char | SDPath [4] |
| FATFS | SDFatFS |
| FIL | SDFile |
| uint8_t | retUSBH |
| char | USBHPath [4] |
| FATFS | USBHFatFS |
| FIL | USBHFile |
Code 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
| DWORD get_fattime | ( | void | ) |
Gets Time from RTC.
| None |
| Time | in DWORD |
| uint8_t retSD |
| uint8_t retUSBH |
| FATFS SDFatFS |
| FIL SDFile |
| char SDPath[4] |
| FATFS USBHFatFS |
| FIL USBHFile |
| char USBHPath[4] |