WebRadioApp  0.1
fatfs_platform.h File Reference

: fatfs_platform header file More...

#include "stm32h7xx_hal.h"
Include dependency graph for fatfs_platform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SD_PRESENT   ((uint8_t)0x01) /* also in bsp_driver_sd.h */
 
#define SD_NOT_PRESENT   ((uint8_t)0x00) /* also in bsp_driver_sd.h */
 
#define SD_DETECT_PIN   GPIO_PIN_8
 
#define SD_DETECT_GPIO_PORT   GPIOI
 

Functions

uint8_t BSP_PlatformIsDetected (void)
 

Detailed Description

: fatfs_platform header file

Attention

© Copyright (c) 2021 STMicroelectronics. All rights reserved.

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

Macro Definition Documentation

◆ SD_DETECT_GPIO_PORT

#define SD_DETECT_GPIO_PORT   GPIOI

◆ SD_DETECT_PIN

#define SD_DETECT_PIN   GPIO_PIN_8

◆ SD_NOT_PRESENT

#define SD_NOT_PRESENT   ((uint8_t)0x00) /* also in bsp_driver_sd.h */

◆ SD_PRESENT

#define SD_PRESENT   ((uint8_t)0x01) /* also in bsp_driver_sd.h */

Function Documentation

◆ BSP_PlatformIsDetected()

uint8_t BSP_PlatformIsDetected ( void  )

References SD_DETECT_GPIO_PORT, SD_DETECT_PIN, SD_NOT_PRESENT, and SD_PRESENT.

Here is the caller graph for this function: