Searched refs:intStatus (Results 1 – 8 of 8) sorted by relevance
319 uint32_t intStatus; in LCDIC_WriteTxFifoBlocking() local325 intStatus = LCDIC_GetInterruptRawStatus(base); in LCDIC_WriteTxFifoBlocking()327 … (0U != (((uint32_t)kLCDIC_CmdTimeoutInterrupt | (uint32_t)kLCDIC_TeTimeoutInterrupt) & intStatus)) in LCDIC_WriteTxFifoBlocking()335 if (0U != ((uint32_t)kLCDIC_TxOverflowInterrupt & intStatus)) in LCDIC_WriteTxFifoBlocking()365 uint32_t intStatus; in LCDIC_ReadRxFifoBlocking() local371 intStatus = LCDIC_GetInterruptRawStatus(base); in LCDIC_ReadRxFifoBlocking()373 … (0U != (((uint32_t)kLCDIC_CmdTimeoutInterrupt | (uint32_t)kLCDIC_TeTimeoutInterrupt) & intStatus)) in LCDIC_ReadRxFifoBlocking()381 if (0U != ((uint32_t)kLCDIC_RxUnderflowInterrupt & intStatus)) in LCDIC_ReadRxFifoBlocking()
258 uint32_t intStatus; in DC_FB_LCDIFV2_IRQHandler() local263 intStatus = LCDIFV2_GetInterruptStatus(dcHandle->lcdifv2, dcHandle->domain); in DC_FB_LCDIFV2_IRQHandler()264 LCDIFV2_ClearInterruptStatus(dcHandle->lcdifv2, dcHandle->domain, intStatus); in DC_FB_LCDIFV2_IRQHandler()266 if (0U == (intStatus & (uint32_t)kLCDIFV2_VerticalBlankingInterrupt)) in DC_FB_LCDIFV2_IRQHandler()
276 uint32_t intStatus;281 intStatus = LCDIFV3_GetInterruptStatus(dcHandle->lcdifv3, dcHandle->domain);282 LCDIFV3_ClearInterruptStatus(dcHandle->lcdifv3, dcHandle->domain, intStatus);284 if (0U == (intStatus & (uint32_t)kLCDIFV3_VerticalBlankingInterrupt))
398 uint32_t intStatus; in ISI_ADAPTER_IRQHandler() local404 intStatus = ISI_GetInterruptStatus(isiBase); in ISI_ADAPTER_IRQHandler()405 ISI_ClearInterruptStatus(isiBase, intStatus); in ISI_ADAPTER_IRQHandler()408 … if ((uint32_t)kISI_FrameReceivedInterrupt != ((uint32_t)kISI_FrameReceivedInterrupt & intStatus)) in ISI_ADAPTER_IRQHandler()
795 uint32_t intStatus = base->MINTSTS; in SDIF_GetEnabledInterruptStatus() local797 return intStatus & base->INTMASK; in SDIF_GetEnabledInterruptStatus()860 uint32_t intStatus = base->IDSTS; in SDIF_GetEnabledDMAInterruptStatus() local862 return intStatus & base->IDINTEN; in SDIF_GetEnabledDMAInterruptStatus()
383 uint32_t intStatus; in DC_FB_LCDIF_IRQHandler() local388 intStatus = LCDIF_GetAndClearInterruptPendingFlags(dcHandle->lcdif); in DC_FB_LCDIF_IRQHandler()390 if (0U == (intStatus & (uint32_t)kLCDIF_Display0FrameDoneInterrupt)) in DC_FB_LCDIF_IRQHandler()
696 uint32_t intStatus = base->IRQSTAT; in SDHC_GetEnabledInterruptStatusFlags() local698 return intStatus & base->IRQSIGEN; in SDHC_GetEnabledInterruptStatusFlags()
983 uint32_t intStatus = base->INT_STATUS; in USDHC_GetEnabledInterruptStatusFlags() local985 return intStatus & base->INT_SIGNAL_EN; in USDHC_GetEnabledInterruptStatusFlags()