Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dudma.c70 HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) = channelBitMask; in uDMAEnableChannelAttribute()
132 if (HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) & (channelBitMask)) in uDMAGetChannelAttribute()
Dudma.h901 HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) = channelBitMask; in uDMASetChannelPriority()
918 …return (HWREG(DMA_BASE + DMA_O_SETCHNLPRIORITY) & (channelBitMask) ? UDMA_PRIORITY_HIGH : UDMA_PRI… in uDMAGetChannelPriority()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_dma.h85 #define DMA_O_SETCHNLPRIORITY 0x00000038U macro