Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c247 #define SD_HIGH_CAPACITY (0x40000000U) macro
2521 sdtype = SD_HIGH_CAPACITY; in SD_PowerON()
2590 if((response & SD_HIGH_CAPACITY) == SD_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()