Searched refs:MEC_DMA_CHAN_CTRL_HFC_DEV_Pos (Results 1 – 3 of 3) sorted by relevance
453 ctrl |= (((uint32_t)hwfc_dev << MEC_DMA_CHAN_CTRL_HFC_DEV_Pos) in mec_hal_dma_chan_hwfc_set()651 ctrl |= (((uint32_t)cfg->hwfc_dev << MEC_DMA_CHAN_CTRL_HFC_DEV_Pos) in mec_hal_dma_chan_cfg()680 cfg->hwfc_dev = (ctrl & MEC_DMA_CHAN_CTRL_HFC_DEV_Msk) >> MEC_DMA_CHAN_CTRL_HFC_DEV_Pos; in mec_hal_dma_chan_cfg_get()
72 #define MEC_DMA_CHAN_CTRL_HFC_DEV_Pos (9UL) /*!< HFC_DEV (Bit 9) … macro