Home
last modified time | relevance | path

Searched refs:UART_O_DMACTL (Results 1 – 9 of 9) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Duart.h590 HWREG(base + UART_O_DMACTL) |= dmaFlags; in UARTEnableDMA()
613 HWREG(base + UART_O_DMACTL) &= ~dmaFlags; in UARTDisableDMA()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Duart.h903 HWREG(ui32Base + UART_O_DMACTL) |= ui32DMAFlags; in UARTDMAEnable()
930 HWREG(ui32Base + UART_O_DMACTL) &= ~ui32DMAFlags; in UARTDMADisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Duart.h905 HWREG(ui32Base + UART_O_DMACTL) |= ui32DMAFlags; in UARTDMAEnable()
932 HWREG(ui32Base + UART_O_DMACTL) &= ~ui32DMAFlags; in UARTDMADisable()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_uart.h56 #define UART_O_DMACTL 0x00000048 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Duart.c1401 HWREG(ulBase + UART_O_DMACTL) |= ulDMAFlags; in UARTDMAEnable()
1433 HWREG(ulBase + UART_O_DMACTL) &= ~ulDMAFlags; in UARTDMADisable()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_uart.h82 #define UART_O_DMACTL 0x00000048U macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_uart.h86 #define UART_O_DMACTL 0x00000048 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_uart.h86 #define UART_O_DMACTL 0x00000048 macro
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c173 HWREG(ui32Base + UART_O_DMACTL) |= ui32DMAFlags; in uartDmaEnable()
188 HWREG(ui32Base + UART_O_DMACTL) &= ~ui32DMAFlags; in uartDmaDisable()