Searched refs:PDMA_DSCT_CTL_TXCNT_Pos (Results 1 – 3 of 3) sorted by relevance
632 #define PDMA_DSCT_CTL_TXCNT_Pos (16) /*!< PDMA… macro633 #define PDMA_DSCT_CTL_TXCNT_Msk (0xfffful << PDMA_DSCT_CTL_TXCNT_Pos) /*!< PDMA…
316 …dma->DSCT[(u32Ch)].CTL&~PDMA_DSCT_CTL_TXCNT_Msk)|(((u32TransCount)-1) << PDMA_DSCT_CTL_TXCNT_Pos)))
86 pdma->DSCT[u32Ch].CTL |= (u32Width | ((u32TransCount - 1UL) << PDMA_DSCT_CTL_TXCNT_Pos)); in PDMA_SetTransferCnt()