Searched refs:SDIO_WAIT_PEND (Results 1 – 8 of 8) sorted by relevance
260 #define SDIO_WAIT_PEND ((uint32_t)0x00000200) /*!< SDIO Wait End of transfer */ macro261 …IO_WAIT(WAIT) (((WAIT) == SDIO_WAIT_NO) || ((WAIT) == SDIO_WAIT_INT) || ((WAIT) == SDIO_WAIT_PEND))
210 SDIO_WAIT_PEND = 0x00000200 enumerator
152 SDIO_WAIT_PEND = 0x00000200 enumerator
122 SDIO_WAIT_PEND = (uint8_t)0x02 /*!< Wait CmdPend */ enumerator
423 #define SDIO_WAIT_PEND SDIO_CMD_WAITPEND macro427 ((WAIT) == SDIO_WAIT_PEND))
Completed in 17 milliseconds