Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c3202 if(count++ == SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
3239 if(count++ == SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
3287 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()
3312 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h325 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro