Searched refs:IOFunctionMask (Results 1 – 6 of 6) sorted by relevance
2466 hsdio->IOFunctionMask |= (1U << (uint8_t)IOFunction); 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()2836 else if ((hsdio->IOInterruptNbr > 1U) && (hsdio->IOFunctionMask != 0U)) in SDIO_IOFunction_IRQHandler()2845 if ((pendingInt != 0U) && (hsdio->IOFunctionMask != 0U)) in SDIO_IOFunction_IRQHandler()2849 … if (((pendingInt & (1U << count)) != 0U) && (((1U << count) & hsdio->IOFunctionMask) != 0U)) in SDIO_IOFunction_IRQHandler()
145 …uint8_t IOFunctionMask; /*!< SDIO used to record current enabled io inte… member