Searched refs:IS_SDIO_WAIT (Results 1 – 12 of 12) sorted by relevance
329 assert_param(IS_SDIO_WAIT(SDIO_CmdInitStruct->SDIO_Wait)); in SDIO_SendCommand()
354 assert_param(IS_SDIO_WAIT(SDIO_CmdInitStruct->WaitType)); in SDIO_SendCmd()
234 #define IS_SDIO_WAIT(WAIT) (((WAIT) == SDIO_Wait_No) || ((WAIT) == SDIO_Wait_IT) || \ macro
261 #define IS_SDIO_WAIT(WAIT) (((WAIT) == SDIO_WAIT_NO) || ((WAIT) == SDIO_WAIT_INT) || ((WAIT) == SDI… macro
425 #define IS_SDIO_WAIT(WAIT) (((WAIT) == SDIO_WAIT_NO) || \ macro
363 assert_param(IS_SDIO_WAIT(Command->WaitForInterrupt)); in SDIO_SendCommand()
Completed in 23 milliseconds