Home
last modified time | relevance | path

Searched refs:UART_O_IM (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_uart.h52 #define UART_O_IM 0x00000038 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Duart.c1256 HWREG(ulBase + UART_O_IM) |= ulIntFlags; in UARTIntEnable()
1287 HWREG(ulBase + UART_O_IM) &= ~(ulIntFlags); in UARTIntDisable()