Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd_ex.c104 uint8_t SD_hs[64] = {0}; in HAL_SDEx_HighSpeed() local
105 uint8_t *tempbuff = SD_hs; in HAL_SDEx_HighSpeed()
201 if ((SD_hs[13U] & 2U) == 0U) in HAL_SDEx_HighSpeed()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c1832 uint8_t SD_hs[64] = {0}; in HAL_SD_HighSpeed() local
1835 uint32_t count = 0, *tempbuff = (uint32_t *)SD_hs; in HAL_SD_HighSpeed()
1954 if ((SD_hs[13]& 2) != 2) in HAL_SD_HighSpeed()