Home
last modified time | relevance | path

Searched refs:UDMA_ATTR_USEBURST (Results 1 – 13 of 13) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dudma.c46 …ASSERT((attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | UDMA_ATTR_HIGH_PRIORITY | UDMA_ATTR_RE… in uDMAEnableChannelAttribute()
49 if (attr & UDMA_ATTR_USEBURST) in uDMAEnableChannelAttribute()
82 …ASSERT((attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | UDMA_ATTR_HIGH_PRIORITY | UDMA_ATTR_RE… in uDMADisableChannelAttribute()
85 if (attr & UDMA_ATTR_USEBURST) in uDMADisableChannelAttribute()
122 attr |= UDMA_ATTR_USEBURST; in uDMAGetChannelAttribute()
Dudma.h187 #define UDMA_ATTR_USEBURST 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dudma.c76 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeEnable()
80 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeEnable()
117 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeDisable()
121 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeDisable()
163 ui32Attr |= UDMA_ATTR_USEBURST; in uDMAChannelAttributeGet()
Dudma.h221 #define UDMA_ATTR_USEBURST 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dudma.c364 ASSERT((ulAttr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeEnable()
377 if(ulAttr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeEnable()
437 ASSERT((ulAttr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeDisable()
450 if(ulAttr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeDisable()
523 ulAttr |= UDMA_ATTR_USEBURST; in uDMAChannelAttributeGet()
Dudma.h197 #define UDMA_ATTR_USEBURST 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dudma.c78 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeEnable()
82 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeEnable()
119 ASSERT((ui32Attr & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT | in uDMAChannelAttributeDisable()
123 if(ui32Attr & UDMA_ATTR_USEBURST) in uDMAChannelAttributeDisable()
165 ui32Attr |= UDMA_ATTR_USEBURST; in uDMAChannelAttributeGet()
Dudma.h223 #define UDMA_ATTR_USEBURST 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c163 & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT in DMA_enableChannelAttribute()
177 if (attr & UDMA_ATTR_USEBURST) in DMA_enableChannelAttribute()
216 & ~(UDMA_ATTR_USEBURST | UDMA_ATTR_ALTSELECT in DMA_disableChannelAttribute()
230 if (attr & UDMA_ATTR_USEBURST) in DMA_disableChannelAttribute()
282 attr |= UDMA_ATTR_USEBURST; in DMA_getChannelAttribute()
Ddma.h184 #define UDMA_ATTR_USEBURST 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/drivers/camera/
DCameraCC32XXDMA.c103 MAP_uDMAChannelAttributeEnable(hwAttrs->channelIndex,UDMA_ATTR_USEBURST); in CameraCC32XXDMA_configDMA()
113 UDMA_ATTR_USEBURST); in CameraCC32XXDMA_configDMA()
203 UDMA_ATTR_USEBURST); in CameraCC32XXDMA_hwiIntFxn()
219 UDMA_ATTR_USEBURST); in CameraCC32XXDMA_hwiIntFxn()
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c1024 UDMA_ATTR_USEBURST | in initHw()
1032 UDMA_ATTR_USEBURST | in initHw()
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c379 MAP_uDMAChannelAttributeEnable(hwAttrs->rxChannelIndex,UDMA_ATTR_USEBURST); in I2S_startRead()
426 MAP_uDMAChannelAttributeEnable(hwAttrs->txChannelIndex,UDMA_ATTR_USEBURST); in I2S_startWrite()