Searched refs:txd_inv (Results 1 – 2 of 2) sorted by relevance
187 …uint32_t txd_inv: 1; /*Set this bit to inverse the level value of uart txd sign… member
828 conf0_reg.txd_inv = (inv_mask & UART_SIGNAL_TXD_INV) ? 1 : 0; in uart_ll_inverse_signal()