Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c3030 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3042 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3048 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3051 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3052 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c3051 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3063 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3069 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3072 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3073 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c3089 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3101 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3107 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3110 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3111 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c3060 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3072 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3078 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3081 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3082 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_mmc.c3255 uint32_t srt, errorstate, response = 0U, count; in HAL_MMC_ConfigSecRemovalType() local
3264 if(HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3270 if((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3273 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3274 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()