Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dmic/
Dfsl_dmic_dma.c216 DMIC_EnableChannelDma(DMIC0, (dmic_channel_t)channel, true); in DMIC_TransferReceiveDMA()
246 DMIC_EnableChannelDma(base, (dmic_channel_t)(handle->channel), false); in DMIC_TransferAbortReceiveDMA()
Dfsl_dmic.h353 static inline void DMIC_EnableChannelDma(DMIC_Type *base, dmic_channel_t channel, bool enable) in DMIC_EnableChannelDma() function