Searched refs:IS_SDIO_CPSM (Results 1 – 12 of 12) sorted by relevance
330 assert_param(IS_SDIO_CPSM(SDIO_CmdInitStruct->SDIO_CPSM)); in SDIO_SendCommand()
355 assert_param(IS_SDIO_CPSM(SDIO_CmdInitStruct->CPSMConfig)); in SDIO_SendCmd()
246 #define IS_SDIO_CPSM(CPSM) (((CPSM) == SDIO_CPSM_Enable) || ((CPSM) == SDIO_CPSM_Disable)) macro
272 #define IS_SDIO_CPSM(CPSM) (((CPSM) == SDIO_CPSM_ENABLE) || ((CPSM) == SDIO_CPSM_DISABLE)) macro
438 #define IS_SDIO_CPSM(CPSM) (((CPSM) == SDIO_CPSM_DISABLE) || \ macro
364 assert_param(IS_SDIO_CPSM(Command->CPSM)); in SDIO_SendCommand()
Completed in 28 milliseconds