Home
last modified time | relevance | path

Searched refs:ISI_ClearInterruptStatus (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/receiver/isi/
Dfsl_isi_camera_adapter.c172 ISI_ClearInterruptStatus(isiBase, (uint32_t)kISI_FrameReceivedInterrupt); in ISI_ADAPTER_Start()
187 ISI_ClearInterruptStatus(isiBase, (uint32_t)kISI_FrameReceivedInterrupt); in ISI_ADAPTER_Stop()
405 ISI_ClearInterruptStatus(isiBase, intStatus); in ISI_ADAPTER_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/isi/
Dfsl_isi.h411 static inline void ISI_ClearInterruptStatus(ISI_Type *base, uint32_t mask) in ISI_ClearInterruptStatus() function