Searched refs:IS_SDIO_FUNCTION (Results 1 – 3 of 3) sorted by relevance
257 #define IS_SDIO_FUNCTION(FN) (((FN) >= HAL_SDIO_FUNCTION_1) && ((FN) <= HAL_SDIO_FUNCTION_7)) macro586 assert_param(IS_SDIO_FUNCTION(function_nbr)); in HAL_SDIO_SetBlockSize()2117 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunctionInterrupt()2167 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_DisableIOFunctionInterrupt()2222 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunction()2275 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_DisableIOFunction()2316 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_SelectIOFunction()2343 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_AbortIOFunction()2457 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_RegisterIOFunctionCallback()