cueOS  2.4
cueOS - Universal Show Control OS for ARM
sd_diskio.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
19/* USER CODE END Header */
20
21/* Note: code generation based on sd_diskio_dma_rtos_template.h */
22
23/* Define to prevent recursive inclusion -------------------------------------*/
24#ifndef __SD_DISKIO_H
25#define __SD_DISKIO_H
26
27/* USER CODE BEGIN firstSection */
28/* can be used to modify / undefine following code or add new definitions */
29/* USER CODE END firstSection */
30
31/* Includes ------------------------------------------------------------------*/
32#include "bsp_driver_sd.h"
33/* Exported types ------------------------------------------------------------*/
34/* Exported constants --------------------------------------------------------*/
35/* Exported functions ------------------------------------------------------- */
36extern const Diskio_drvTypeDef SD_Driver;
37
38/* USER CODE BEGIN lastSection */
39/* can be used to modify / undefine previous code or add new definitions */
40/* USER CODE END lastSection */
41
42#endif /* __SD_DISKIO_H */
43
44/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
45
This file contains the common defines and functions prototypes for the bsp_driver_sd....
Disk IO Driver structure definition.
Definition: ff_gen_drv.h:41