Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c251 #define SD_MAX_VOLT_TRIAL (0x0000FFFFU) macro
2539 while((!validvoltage) && (count < SD_MAX_VOLT_TRIAL)) in SD_PowerON()
2583 if(count >= SD_MAX_VOLT_TRIAL) in SD_PowerON()