Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Duart_15xx.h86 #define UART_CTRL_TXDIS (0x01 << 6) /*!< Transmit disable bit */ macro
149 pUART->CTRL &= ~UART_CTRL_TXDIS; in Chip_UART_TXEnable()
159 pUART->CTRL |= UART_CTRL_TXDIS; in Chip_UART_TXDisable()

Completed in 3 milliseconds