Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c3062 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3074 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3080 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3083 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3084 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-latest/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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c3113 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3125 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3131 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3134 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3135 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c3156 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3168 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3174 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3177 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3178 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mmc.c3127 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3139 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3145 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3148 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3149 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c3156 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3168 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3174 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3177 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3178 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mmc.c3113 uint32_t srt; in HAL_MMC_ConfigSecRemovalType() local
3125 if (HAL_MMC_GetSupportedSecRemovalType(hmmc, &srt) == HAL_OK) in HAL_MMC_ConfigSecRemovalType()
3131 if ((SRTMode & srt) != 0U) in HAL_MMC_ConfigSecRemovalType()
3134 srt |= ((POSITION_VAL(SRTMode)) << 4U); in HAL_MMC_ConfigSecRemovalType()
3135 errorstate = SDMMC_CmdSwitch(hmmc->Instance, (0x03100000U | (srt << 8U))); in HAL_MMC_ConfigSecRemovalType()