Home
last modified time | relevance | path

Searched refs:MEC_DMA_CHAN_CTRL_UNITSZ_Pos (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_dmac_ch16_v2.h82 #define MEC_DMA_CHAN_CTRL_UNITSZ_Pos (20UL) /*!< UNITSZ (Bit 20) … macro
Dmec5_dmac_ch20_v2.h82 #define MEC_DMA_CHAN_CTRL_UNITSZ_Pos (20UL) /*!< UNITSZ (Bit 20) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_dmac.c528 v <<= MEC_DMA_CHAN_CTRL_UNITSZ_Pos; in mec_hal_dma_chan_mem_units_set()
626 ctrl = usz << MEC_DMA_CHAN_CTRL_UNITSZ_Pos; in mec_hal_dma_chan_cfg()