STM32H735xx HAL User Manual
Defines
SD Private Defines
SD Exported Functions | SD

Defines

#define SD_INIT_FREQ   400000U /* Initialization phase : 400 kHz max */
#define SD_NORMAL_SPEED_FREQ   25000000U /* Normal speed phase : 25 MHz max */
#define SD_HIGH_SPEED_FREQ   50000000U /* High speed phase : 50 MHz max */
#define SD_GET_DLYB_INSTANCE(SDMMC_INSTANCE)

Define Documentation

#define SD_GET_DLYB_INSTANCE (   SDMMC_INSTANCE)
Value:
(((SDMMC_INSTANCE) == SDMMC1)?  \
                                              DLYB_SDMMC1 : DLYB_SDMMC2 )

Definition at line 277 of file stm32h7xx_hal_sd.c.

#define SD_HIGH_SPEED_FREQ   50000000U /* High speed phase : 50 MHz max */

Definition at line 274 of file stm32h7xx_hal_sd.c.

Referenced by HAL_SD_ConfigWideBusOperation().

#define SD_INIT_FREQ   400000U /* Initialization phase : 400 kHz max */

Definition at line 272 of file stm32h7xx_hal_sd.c.

Referenced by HAL_SD_InitCard().

#define SD_NORMAL_SPEED_FREQ   25000000U /* Normal speed phase : 25 MHz max */

Definition at line 273 of file stm32h7xx_hal_sd.c.

Referenced by HAL_SD_ConfigWideBusOperation().