Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_sdmmc.h601 #define SDIO_FLAG_DBCKEND SDIO_STA_DBCKEND macro
618 SDIO_FLAG_DBCKEND | SDIO_FLAG_SDIOIT))
624 … SDIO_FLAG_RXOVERR | SDIO_FLAG_DATAEND | SDIO_FLAG_DBCKEND))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_sdmmc.h601 #define SDIO_FLAG_DBCKEND SDIO_STA_DBCKEND macro
618 SDIO_FLAG_DBCKEND | SDIO_FLAG_SDIOIT))
624 … SDIO_FLAG_RXOVERR | SDIO_FLAG_DATAEND | SDIO_FLAG_DBCKEND))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_sdmmc.h607 #define SDIO_FLAG_DBCKEND SDIO_STA_DBCKEND macro
626 SDIO_FLAG_DBCKEND | SDIO_FLAG_SDIOIT))
632 … SDIO_FLAG_RXOVERR | SDIO_FLAG_DATAEND | SDIO_FLAG_DBCKEND))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_sdmmc.h597 #define SDIO_FLAG_DBCKEND SDIO_STA_DBCKEND macro
614 SDIO_FLAG_DBCKEND | SDIO_FLAG_SDIOIT))
620 … SDIO_FLAG_RXOVERR | SDIO_FLAG_DATAEND | SDIO_FLAG_DBCKEND))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c2855 …_SD_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND)) in SD_SendSDStatus()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c2851 …_SD_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND)) in SD_SendSDStatus()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2868 …_SD_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND)) in SD_SendSDStatus()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c2921 …_SD_GET_FLAG(hsd, SDIO_FLAG_RXOVERR | SDIO_FLAG_DCRCFAIL | SDIO_FLAG_DTIMEOUT | SDIO_FLAG_DBCKEND)) in SD_SendSDStatus()