Home
last modified time | relevance | path

Searched refs:SDIO_IOFunction_Callback (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c2465 hsdio->SDIO_IOFunction_Callback[(uint32_t)IOFunction] = pCallback; in HAL_SDIO_RegisterIOFunctionCallback()
2831 if ((hsdio->SDIO_IOFunction_Callback[hsdio->IOFunctionMask - 1U]) != NULL) in SDIO_IOFunction_IRQHandler()
2833 … (hsdio->SDIO_IOFunction_Callback[hsdio->IOFunctionMask - 1U])(hsdio, hsdio->IOFunctionMask - 1U); in SDIO_IOFunction_IRQHandler()
2851 if ((hsdio->SDIO_IOFunction_Callback[count - 1U]) != NULL) in SDIO_IOFunction_IRQHandler()
2853 (hsdio->SDIO_IOFunction_Callback[count - 1U])(hsdio, count); in SDIO_IOFunction_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c2465 hsdio->SDIO_IOFunction_Callback[(uint32_t)IOFunction] = pCallback; in HAL_SDIO_RegisterIOFunctionCallback()
2831 if ((hsdio->SDIO_IOFunction_Callback[hsdio->IOFunctionMask - 1U]) != NULL) in SDIO_IOFunction_IRQHandler()
2833 … (hsdio->SDIO_IOFunction_Callback[hsdio->IOFunctionMask - 1U])(hsdio, hsdio->IOFunctionMask - 1U); in SDIO_IOFunction_IRQHandler()
2851 if ((hsdio->SDIO_IOFunction_Callback[count - 1U]) != NULL) in SDIO_IOFunction_IRQHandler()
2853 (hsdio->SDIO_IOFunction_Callback[count - 1U])(hsdio, count); in SDIO_IOFunction_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c2465 hsdio->SDIO_IOFunction_Callback[(uint32_t)IOFunction] = pCallback; in HAL_SDIO_RegisterIOFunctionCallback()
2831 if ((hsdio->SDIO_IOFunction_Callback[hsdio->IOFunctionMask - 1U]) != NULL) in SDIO_IOFunction_IRQHandler()
2833 … (hsdio->SDIO_IOFunction_Callback[hsdio->IOFunctionMask - 1U])(hsdio, hsdio->IOFunctionMask - 1U); in SDIO_IOFunction_IRQHandler()
2851 if ((hsdio->SDIO_IOFunction_Callback[count - 1U]) != NULL) in SDIO_IOFunction_IRQHandler()
2853 (hsdio->SDIO_IOFunction_Callback[count - 1U])(hsdio, count); in SDIO_IOFunction_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sdio.h149 …void (* SDIO_IOFunction_Callback[SDIO_MAX_IO_NUMBER])(struct __SDIO_HandleTypeDef *hsdio, uint32_t… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_sdio.h149 …void (* SDIO_IOFunction_Callback[SDIO_MAX_IO_NUMBER])(struct __SDIO_HandleTypeDef *hsdio, uint32_t… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_sdio.h149 …void (* SDIO_IOFunction_Callback[SDIO_MAX_IO_NUMBER])(struct __SDIO_HandleTypeDef *hsdio, uint32_t… member