Searched refs:u32IncMode (Results 1 – 1 of 1) sorted by relevance
385 void DMA_SetSrcAddrIncMode(CM_DMA_TypeDef *DMAx, uint8_t u8Ch, uint32_t u32IncMode) in DMA_SetSrcAddrIncMode() argument390 MODIFY_REG32(*CHCTLx, DMA_CHCTL_SINC, u32IncMode); in DMA_SetSrcAddrIncMode()400 void DMA_SetDestAddrIncMode(CM_DMA_TypeDef *DMAx, uint8_t u8Ch, uint32_t u32IncMode) in DMA_SetDestAddrIncMode() argument405 MODIFY_REG32(*CHCTLx, DMA_CHCTL_DINC, u32IncMode); in DMA_SetDestAddrIncMode()
Completed in 9 milliseconds