WebRadioApp  0.1
fatfs_platform.h
Go to the documentation of this file.
1 
18 /* Includes ------------------------------------------------------------------*/
19 #include "stm32h7xx_hal.h"
20 /* Defines ------------------------------------------------------------------*/
21 #define SD_PRESENT ((uint8_t)0x01) /* also in bsp_driver_sd.h */
22 #define SD_NOT_PRESENT ((uint8_t)0x00) /* also in bsp_driver_sd.h */
23 #define SD_DETECT_PIN GPIO_PIN_8
24 #define SD_DETECT_GPIO_PORT GPIOI
25 /* Prototypes ---------------------------------------------------------------*/
26 uint8_t BSP_PlatformIsDetected(void);
SD_DETECT_PIN
#define SD_DETECT_PIN
Definition: fatfs_platform.h:23
SD_DETECT_GPIO_PORT
#define SD_DETECT_GPIO_PORT
Definition: fatfs_platform.h:24
BSP_PlatformIsDetected
uint8_t BSP_PlatformIsDetected(void)
Definition: fatfs_platform.c:20
BSP_PlatformIsDetected
uint8_t BSP_PlatformIsDetected(void)
Definition: fatfs_platform.c:20
SD_PRESENT
#define SD_PRESENT
Definition: bsp_driver_sd.h:52
SD_NOT_PRESENT
#define SD_NOT_PRESENT
Definition: bsp_driver_sd.h:53
fatfs_platform.h
: fatfs_platform header file