STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
sd_diskio.h
Go to the documentation of this file.
1 
16 #ifndef SD_DISK_IO_H
17 #define SD_DISK_IO_H
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
30 /* Includes ------------------------------------------------------------------*/
31 #include "ff_gen_drv.h"
32 
33 /* Functions -----------------------------------------------------------------*/
41 const Diskio_drvTypeDef* SdDiskIoGetDriver(void);
42 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif
const Diskio_drvTypeDef * SdDiskIoGetDriver(void)
Get a pointer to the SD card disk I/O driver structure containing the initialize, status,...
Definition: sd_diskio.c:103