Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.c217 if ((!DMA_ChannelIsActive(base, channel)) && in DMA_GetRemainingBytes()
917 if (DMA_ChannelIsActive(handle->base, handle->channel)) in DMA_SubmitChannelTransfer()
962 if (DMA_ChannelIsActive(handle->base, handle->channel)) in DMA_SubmitTransfer()
Dfsl_dma.h350 static inline bool DMA_ChannelIsActive(DMA_Type *base, uint32_t channel) in DMA_ChannelIsActive() function