Searched refs:IS_SDIO_WAIT (Results 1 – 2 of 2) sorted by relevance
358 assert_param(IS_SDIO_WAIT(SDIO_CmdInitStruct->WaitForInterrupt)); in SDIO_SendCommand()
248 #define IS_SDIO_WAIT(WAIT) (((WAIT) == SDIO_WAIT_NO) || \ macro