Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_sdmmc.h597 #define SDMMC_FLAG_RXACT SDMMC_STA_RXACT macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_sdmmc.h702 #define SDMMC_FLAG_RXACT SDMMC_STA_RXACT macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c3086 else if(!__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXACT)) in SD_FindSCR()