Searched refs:uartDirectionTx (Results 1 – 2 of 2) sorted by relevance
85 uartDirectionTx = UART_UCR2_TXEN_MASK, /*!< Tx is enabled. */ enumerator274 assert((direction & uartDirectionTx) || (direction & uartDirectionRx)); in UART_SetDirMode()
196 assert((direction & uartDirectionTx) || (direction & uartDirectionRx)); in UART_SetInvertCmd()