Searched refs:DMIC_EnableChannelDma (Results 1 – 2 of 2) sorted by relevance
216 DMIC_EnableChannelDma(DMIC0, (dmic_channel_t)channel, true); in DMIC_TransferReceiveDMA()246 DMIC_EnableChannelDma(base, (dmic_channel_t)(handle->channel), false); in DMIC_TransferAbortReceiveDMA()
353 static inline void DMIC_EnableChannelDma(DMIC_Type *base, dmic_channel_t channel, bool enable) in DMIC_EnableChannelDma() function