Home
last modified time | relevance | path

Searched refs:enTransferWidth (Results 1 – 4 of 4) sorted by relevance

/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/
A Dhc32l196_dmac.c200 ASSERT(IS_VALID_TRN_WIDTH(pstcCfg->enTransferWidth)); in Dma_InitChannel()
214 (uint32_t)pstcCfg->enTransferWidth | in Dma_InitChannel()
/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/
A Dhc32l196_dmac.h258 en_dma_transfer_width_t enTransferWidth; ///< 传输数据字节宽度 具体参考枚举定义:en_dma_transfer_width_t member
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/inc/
A Ddmac.h219 …en_dma_transfer_width_t enTransferWidth; ///< DMA transfer width (see #en_dma_transfer_width_t … member
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/
A Ddmac.c265 ASSERT(IS_VALID_TRN_WIDTH(pstcConfig->enTransferWidth)); in Dma_InitChannel()
291 M0P_DMAC->CONFB0_f.WIDTH = pstcConfig->enTransferWidth; in Dma_InitChannel()
332 M0P_DMAC->CONFB1_f.WIDTH = pstcConfig->enTransferWidth; in Dma_InitChannel()

Completed in 12 milliseconds