Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_edma.h30 #define DMA_DCHPRI_INDEX(channel) (((channel) & ~0x03U) | (3U - ((channel)&0x03U))) macro
Dfsl_edma.c297 ((volatile uint8_t *)tmpReg)[DMA_DCHPRI_INDEX(channel)] = in EDMA_SetChannelPreemptionConfig()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_edma.h30 #define DMA_DCHPRI_INDEX(channel) (((channel) & ~0x03U) | (3U - ((channel)&0x03U))) macro
Dfsl_edma.c297 ((volatile uint8_t *)tmpReg)[DMA_DCHPRI_INDEX(channel)] = in EDMA_SetChannelPreemptionConfig()