Searched refs:srt (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_mmc.c | 2979 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local 2991 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType() 2997 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType() 3000 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType() 3001 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_mmc.c | 3017 uint32_t srt, errorstate, response = 0U, count; in HAL_MMC_ConfigSecRemovalType() local 3026 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType() 3032 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType() 3035 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType() 3036 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_mmc.c | 3017 uint32_t srt, errorstate, response = 0U, count; in HAL_MMC_ConfigSecRemovalType() local 3026 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType() 3032 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType() 3035 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType() 3036 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_mmc.c | 3259 uint32_t srt, errorstate, response = 0U, count; in HAL_MMC_ConfigSecRemovalType() local 3268 if(HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType() 3274 if((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType() 3277 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType() 3278 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
|