Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/reg_include/
Duart_reg.h58 FLD_UART_TX_CTS_POLARITY = BIT(0), enumerator
/hal_telink-latest/tlsr9/drivers/B91/
Duart.c636 reg_uart_ctrl1(uart_num) |= FLD_UART_TX_CTS_POLARITY; in uart_cts_config()
640 reg_uart_ctrl1(uart_num) &= (~FLD_UART_TX_CTS_POLARITY); in uart_cts_config()