Home
last modified time | relevance | path

Searched refs:IS_SDIO_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c257 #define IS_SDIO_FUNCTION(FN) (((FN) >= HAL_SDIO_FUNCTION_1) && ((FN) <= HAL_SDIO_FUNCTION_7)) macro
586 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()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c257 #define IS_SDIO_FUNCTION(FN) (((FN) >= HAL_SDIO_FUNCTION_1) && ((FN) <= HAL_SDIO_FUNCTION_7)) macro
586 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()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c257 #define IS_SDIO_FUNCTION(FN) (((FN) >= HAL_SDIO_FUNCTION_1) && ((FN) <= HAL_SDIO_FUNCTION_7)) macro
586 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()