Home
last modified time | relevance | path

Searched refs:rs485_conf_sync (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h679 hw->rs485_conf_sync.rs485_en = 0; in uart_ll_set_mode_normal()
680 hw->rs485_conf_sync.rs485tx_rx_en = 0; in uart_ll_set_mode_normal()
681 hw->rs485_conf_sync.rs485rxby_tx_en = 0; in uart_ll_set_mode_normal()
696 hw->rs485_conf_sync.rs485rxby_tx_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
700 hw->rs485_conf_sync.dl0_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
701 hw->rs485_conf_sync.dl1_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
702 hw->rs485_conf_sync.rs485_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
718 hw->rs485_conf_sync.rs485tx_rx_en = 0; in uart_ll_set_mode_rs485_half_duplex()
721 hw->rs485_conf_sync.rs485rxby_tx_en = 0; in uart_ll_set_mode_rs485_half_duplex()
723 hw->rs485_conf_sync.dl0_en = 1; in uart_ll_set_mode_rs485_half_duplex()
[all …]
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h700 hw->rs485_conf_sync.rs485_en = 0; in uart_ll_set_mode_normal()
701 hw->rs485_conf_sync.rs485tx_rx_en = 0; in uart_ll_set_mode_normal()
702 hw->rs485_conf_sync.rs485rxby_tx_en = 0; in uart_ll_set_mode_normal()
717 hw->rs485_conf_sync.rs485rxby_tx_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
721 hw->rs485_conf_sync.dl0_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
722 hw->rs485_conf_sync.dl1_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
723 hw->rs485_conf_sync.rs485_en = 1; in uart_ll_set_mode_rs485_app_ctrl()
739 hw->rs485_conf_sync.rs485tx_rx_en = 0; in uart_ll_set_mode_rs485_half_duplex()
742 hw->rs485_conf_sync.rs485rxby_tx_en = 0; in uart_ll_set_mode_rs485_half_duplex()
744 hw->rs485_conf_sync.dl0_en = 1; in uart_ll_set_mode_rs485_half_duplex()
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h1077 volatile lp_uart_rs485_conf_sync_reg_t rs485_conf_sync; member
Duart_struct.h1261 volatile uart_rs485_conf_sync_reg_t rs485_conf_sync; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h1211 volatile uart_rs485_conf_sync_reg_t rs485_conf_sync; member