Searched refs:pendingInt (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sdio.c | 2827 uint8_t pendingInt; in SDIO_IOFunction_IRQHandler() local 2839 …_ReadDirect(hsdio, SDMMC_SDIO_CCCR4_SD_BYTE1, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &pendingInt) != 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()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sdio.c | 2827 uint8_t pendingInt; in SDIO_IOFunction_IRQHandler() local 2839 …_ReadDirect(hsdio, SDMMC_SDIO_CCCR4_SD_BYTE1, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &pendingInt) != 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()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sdio.c | 2827 uint8_t pendingInt; in SDIO_IOFunction_IRQHandler() local 2839 …_ReadDirect(hsdio, SDMMC_SDIO_CCCR4_SD_BYTE1, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &pendingInt) != 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()
|