Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.h449 void CSI_EnableFifoDmaRequest(CSI_Type *base, csi_fifo_t fifo, bool enable);
458 CSI_EnableFifoDmaRequest(base, kCSI_RxFifo, true); in CSI_Start()
470 CSI_EnableFifoDmaRequest(base, kCSI_RxFifo, false); in CSI_Stop()
Dfsl_csi.c572 void CSI_EnableFifoDmaRequest(CSI_Type *base, csi_fifo_t fifo, bool enable) in CSI_EnableFifoDmaRequest() function