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

Defines

#define MMC_VOLTAGE_RANGE   EMMC_HIGH_VOLTAGE_RANGE
#define MMC_EXT_CSD_PWR_CL_26_INDEX   203
#define MMC_EXT_CSD_PWR_CL_52_INDEX   202
#define MMC_EXT_CSD_PWR_CL_DDR_52_INDEX   239
#define MMC_EXT_CSD_PWR_CL_26_POS   24
#define MMC_EXT_CSD_PWR_CL_52_POS   16
#define MMC_EXT_CSD_PWR_CL_DDR_52_POS   24
#define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_INDEX   216
#define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS   0
#define MMC_EXT_CSD_S_A_TIMEOUT_INDEX   217
#define MMC_EXT_CSD_S_A_TIMEOUT_POS   8
#define MMC_INIT_FREQ   400000U /* Initialization phase : 400 kHz max */
#define MMC_HIGH_SPEED_FREQ   52000000U /* High speed phase : 52 MHz max */
#define MMC_EXT_CSD_DATA_SEC_SIZE_INDEX   61
#define MMC_EXT_CSD_DATA_SEC_SIZE_POS   8

Define Documentation

#define MMC_EXT_CSD_PWR_CL_26_INDEX   203

Definition at line 276 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

#define MMC_EXT_CSD_PWR_CL_26_POS   24

Definition at line 280 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

#define MMC_EXT_CSD_PWR_CL_52_INDEX   202

Definition at line 277 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

#define MMC_EXT_CSD_PWR_CL_52_POS   16

Definition at line 281 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

Definition at line 278 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

Definition at line 282 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

Definition at line 287 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_AwakeDevice(), and HAL_MMC_SleepDevice().

Definition at line 288 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_AwakeDevice(), and HAL_MMC_SleepDevice().

Definition at line 285 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_SleepDevice().

Definition at line 286 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_SleepDevice().

#define MMC_HIGH_SPEED_FREQ   52000000U /* High speed phase : 52 MHz max */

Definition at line 292 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_HighSpeed().

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

Definition at line 291 of file stm32h7xx_hal_mmc.c.

Referenced by HAL_MMC_InitCard().

Definition at line 274 of file stm32h7xx_hal_mmc.c.

Referenced by MMC_PowerON().