STM32L443xx HAL User Manual
Defines
MMC Private Defines
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 /* Initalization phase : 400 kHz max */
#define MMC_HIGH_SPEED_FREQ   52000000U /* High speed phase : 52 MHz max */

Define Documentation

#define MMC_EXT_CSD_PWR_CL_26_INDEX   203

Definition at line 293 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

#define MMC_EXT_CSD_PWR_CL_26_POS   24

Definition at line 297 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

#define MMC_EXT_CSD_PWR_CL_52_INDEX   202

Definition at line 294 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

#define MMC_EXT_CSD_PWR_CL_52_POS   16

Definition at line 298 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

Definition at line 295 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

Definition at line 299 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PwrClassUpdate().

Definition at line 304 of file stm32l4xx_hal_mmc.c.

Definition at line 305 of file stm32l4xx_hal_mmc.c.

Definition at line 302 of file stm32l4xx_hal_mmc.c.

Definition at line 303 of file stm32l4xx_hal_mmc.c.

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

Definition at line 309 of file stm32l4xx_hal_mmc.c.

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

Definition at line 308 of file stm32l4xx_hal_mmc.c.

Referenced by HAL_MMC_InitCard().

Definition at line 291 of file stm32l4xx_hal_mmc.c.

Referenced by MMC_PowerON().