Home
last modified time | relevance | path

Searched refs:UART_O_RSR (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_uart.h43 #define UART_O_RSR 0x00000004 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_uart.h50 #define UART_O_RSR 0x00000004 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_uart.h50 #define UART_O_RSR 0x00000004 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Duart.h959 return(HWREG(ui32Base + UART_O_RSR) & 0x0000000F); in UARTRxErrorGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Duart.h961 return(HWREG(ui32Base + UART_O_RSR) & 0x0000000F); in UARTRxErrorGet()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Duart.c1464 return(HWREG(ulBase + UART_O_RSR) & 0x0000000F); in UARTRxErrorGet()