Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/imx/drivers/
Duart_imx.h86 uartDirectionRx = UART_UCR2_RXEN_MASK, /*!< Rx is enabled. */ enumerator
274 assert((direction & uartDirectionTx) || (direction & uartDirectionRx)); in UART_SetDirMode()
Duart_imx.c196 assert((direction & uartDirectionTx) || (direction & uartDirectionRx)); in UART_SetInvertCmd()