Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h617 hw->rs485_conf.rx_busy_tx_en = 0; in uart_ll_set_mode_normal()
631 hw->rs485_conf.rx_busy_tx_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
652 hw->rs485_conf.rx_busy_tx_en = 1; in uart_ll_set_mode_rs485_half_duplex()
670 hw->rs485_conf.rx_busy_tx_en = 1; in uart_ll_set_mode_collision_detect()
686 hw->rs485_conf.rx_busy_tx_en = 0; in uart_ll_set_mode_irda()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Duart_struct.h274 …uint32_t rx_busy_tx_en: 1; /*1: enable rs485's transmitter to send data when rs485's … member