Searched refs:IS_SDIO_INT (Results 1 – 10 of 10) sorted by relevance
353 #define IS_SDIO_INT(INT) (((INT) != 0) && (((INT) & 0x013B00FB) != 0)) macro
332 Assert_Param(IS_SDIO_INT(SDIO_INT)); in SDIO_IntConfig()
313 assert_param(IS_SDIO_INT(SDIO_IT)); in SDIO_ConfigInt()
227 #define IS_SDIO_INT(IT) ((((IT) & (uint32_t)0xFF000000) == 0x00) && ((IT) != (uint32_t)0x00)) macro
Completed in 301 milliseconds