|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
This file contains the SD card FatFs file system mount and unmount function prototypes. More...
#include "ff.h"#include <stdbool.h>Go to the source code of this file.
Functions | |
| bool | SdCardMount (void) |
| Mount the FatFs file system on the SD card by linking the disk I/O driver and mounting the default logical drive. More... | |
| void | SdCardUnMount (void) |
| Unmount the FatFs file system from the SD card and unlink the disk I/O driver. | |
This file contains the SD card FatFs file system mount and unmount function prototypes.
STM32 Bootloader
Definition in file sd_fatfs.h.