Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h701 #define SDMMC_FLAG_RXDAVL SDMMC_STA_RXDAVL macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sd.c813 while ((__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXDAVL))) in HAL_SD_ReadBlocks()
3509 while ((__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXDAVL))) in SD_SendSDStatus()
3714 if(__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXDAVL)) in SD_FindSCR()