Home
last modified time | relevance | path

Searched refs:MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c286 #define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS 0 macro
3215 MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS) & 0x000000FFU); in HAL_MMC_SleepDevice()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c285 #define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS 0 macro
3236 MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS) & 0x000000FFU); in HAL_MMC_SleepDevice()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c286 #define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS 0 macro
3274 MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS) & 0x000000FFU); in HAL_MMC_SleepDevice()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c285 #define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS 0 macro
3245 MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS) & 0x000000FFU); in HAL_MMC_SleepDevice()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_mmc.c303 #define MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS 0 macro
3430 …xt_CSD[(MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_INDEX/4)] >> MMC_EXT_CSD_SLEEP_NOTIFICATION_TIME_POS) … in HAL_MMC_SleepDevice()