Home
last modified time | relevance | path

Searched refs:SDMMC_MAX_VOLT_TRIAL (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h294 #define SDMMC_MAX_VOLT_TRIAL 0x0000FFFFU macro
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h294 #define SDMMC_MAX_VOLT_TRIAL 0x0000FFFFU macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h294 #define SDMMC_MAX_VOLT_TRIAL 0x0000FFFFU macro
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h294 #define SDMMC_MAX_VOLT_TRIAL 0x0000FFFFU macro
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h294 #define SDMMC_MAX_VOLT_TRIAL 0x0000FFFFU macro
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_sdmmc.h291 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_sdmmc.h296 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_sdmmc.h296 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_sdmmc.h300 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c2748 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
2773 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
Dstm32f2xx_hal_mmc.c2671 if(count++ == SDMMC_MAX_VOLT_TRIAL) in MMC_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c2744 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
2769 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
Dstm32f1xx_hal_mmc.c2667 if(count++ == SDMMC_MAX_VOLT_TRIAL) in MMC_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c2748 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
2773 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
Dstm32f7xx_hal_mmc.c2672 if(count++ == SDMMC_MAX_VOLT_TRIAL) in MMC_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c2801 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
2826 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
Dstm32f4xx_hal_mmc.c2720 if(count++ == SDMMC_MAX_VOLT_TRIAL) in MMC_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2756 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
2781 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h311 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c2676 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
2701 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c3016 while ((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
3042 if (count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
Dstm32u5xx_hal_mmc.c3248 if (count++ == SDMMC_MAX_VOLT_TRIAL) in MMC_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c3060 while ((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
3086 if (count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c3060 while ((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
3086 if (count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c3542 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
3567 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()

12