Searched refs:PDMA_STOP (Results 1 – 3 of 3) sorted by relevance
344 #define PDMA_STOP(pdma,u32Ch) ((uint32_t)(pdma->PAUSE = (1 << (u32Ch)))) macro
365 #define PDMA_STOP(pdma,u32Ch) ((uint32_t)(pdma->PAUSE = (1UL << (u32Ch)))) macro
390 #define PDMA_STOP(pdma, u32Ch) ((uint32_t)((pdma)->PAUSE = (1UL << (u32Ch)))) macro