Home
last modified time | relevance | path

Searched refs:UART_O_LCRH (Results 1 – 11 of 11) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Duart.c164 HWREG(ulBase + UART_O_LCRH) = ((HWREG(ulBase + UART_O_LCRH) & in UARTParityModeSet()
194 return(HWREG(ulBase + UART_O_LCRH) & in UARTParityModeGet()
368 HWREG(ulBase + UART_O_LCRH) = ulConfig; in UARTConfigSetExpClk()
436 *pulConfig = (HWREG(ulBase + UART_O_LCRH) & in UARTConfigGetExpClk()
464 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable()
503 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable()
534 HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable()
559 HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
1096 HWREG(ulBase + UART_O_LCRH) = in UARTBreakCtl()
1098 (HWREG(ulBase + UART_O_LCRH) | UART_LCRH_BRK) : in UARTBreakCtl()
[all …]
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Duart.h247 HWREG(ui32Base + UART_O_LCRH) = ((HWREG(ui32Base + UART_O_LCRH) & in UARTParityModeSet()
276 return(HWREG(ui32Base + UART_O_LCRH) & in UARTParityModeGet()
436 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable()
475 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable()
496 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
668 HWREG(ui32Base + UART_O_LCRH) = in UARTBreakCtl()
670 (HWREG(ui32Base + UART_O_LCRH) | UART_LCRH_BRK) : in UARTBreakCtl()
671 (HWREG(ui32Base + UART_O_LCRH) & ~(UART_LCRH_BRK))); in UARTBreakCtl()
Duart.c116 HWREG(ui32Base + UART_O_LCRH) = ui32Config; in UARTConfigSetExpClk()
139 *pui32Config = (HWREG(ui32Base + UART_O_LCRH) & in UARTConfigGetExpClk()
162 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Duart.h249 HWREG(ui32Base + UART_O_LCRH) = ((HWREG(ui32Base + UART_O_LCRH) & in UARTParityModeSet()
278 return(HWREG(ui32Base + UART_O_LCRH) & in UARTParityModeGet()
438 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnable()
477 HWREG(ui32Base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTFIFOEnable()
498 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTFIFODisable()
670 HWREG(ui32Base + UART_O_LCRH) = in UARTBreakCtl()
672 (HWREG(ui32Base + UART_O_LCRH) | UART_LCRH_BRK) : in UARTBreakCtl()
673 (HWREG(ui32Base + UART_O_LCRH) & ~(UART_LCRH_BRK))); in UARTBreakCtl()
Duart.c118 HWREG(ui32Base + UART_O_LCRH) = ui32Config; in UARTConfigSetExpClk()
141 *pui32Config = (HWREG(ui32Base + UART_O_LCRH) & in UARTConfigGetExpClk()
164 HWREG(ui32Base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Duart.c61 HWREG(base + UART_O_LCRH) = config; in UARTConfigSetExpClk()
75 HWREG(base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisable()
Duart.h255 HWREG(base + UART_O_LCRH) |= UART_LCRH_FEN; in UARTEnableFifo()
272 HWREG(base + UART_O_LCRH) &= ~(UART_LCRH_FEN); in UARTDisableFIFO()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_uart.h49 #define UART_O_LCRH 0x0000002C macro
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_uart.h61 #define UART_O_LCRH 0x0000002CU macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_uart.h65 #define UART_O_LCRH 0x0000002C macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_uart.h65 #define UART_O_LCRH 0x0000002C macro