Searched refs:SDIO_IOFunction_Callback (Results 1 – 6 of 6) sorted by relevance
2465 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()
149 …void (* SDIO_IOFunction_Callback[SDIO_MAX_IO_NUMBER])(struct __SDIO_HandleTypeDef *hsdio, uint32_t… member