Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h950 hw->tout_conf_sync.rx_tout_thrhd = tout_val; in uart_ll_set_rx_tout()
951 hw->tout_conf_sync.rx_tout_en = 1; in uart_ll_set_rx_tout()
953 hw->tout_conf_sync.rx_tout_en = 0; in uart_ll_set_rx_tout()
968 if(hw->tout_conf_sync.rx_tout_en > 0) { in uart_ll_get_rx_tout_thr()
969 tout_thrd = hw->tout_conf_sync.rx_tout_thrhd; in uart_ll_get_rx_tout_thr()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h959 hw->tout_conf_sync.rx_tout_thrhd = tout_val; in uart_ll_set_rx_tout()
960 hw->tout_conf_sync.rx_tout_en = 1; in uart_ll_set_rx_tout()
962 hw->tout_conf_sync.rx_tout_en = 0; in uart_ll_set_rx_tout()
977 if(hw->tout_conf_sync.rx_tout_en > 0) { in uart_ll_get_rx_tout_thr()
978 tout_thrd = hw->tout_conf_sync.rx_tout_thrhd; in uart_ll_get_rx_tout_thr()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h1083 volatile lp_uart_tout_conf_sync_reg_t tout_conf_sync; member
Duart_struct.h1267 volatile uart_tout_conf_sync_reg_t tout_conf_sync; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h1217 volatile uart_tout_conf_sync_reg_t tout_conf_sync; member