Home
last modified time | relevance | path

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

/hal_nxp-latest/imx/drivers/
Duart_imx.h85 uartDirectionTx = UART_UCR2_TXEN_MASK, /*!< Tx is enabled. */ enumerator
274 assert((direction & uartDirectionTx) || (direction & uartDirectionRx)); in UART_SetDirMode()
Duart_imx.c196 assert((direction & uartDirectionTx) || (direction & uartDirectionRx)); in UART_SetInvertCmd()