Home
last modified time | relevance | path

Searched refs:idle_conf (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h396 hw->idle_conf.rx_idle_thrhd = rx_idle_thr; in uart_ll_set_rx_idle_thr()
409 hw->idle_conf.tx_idle_num = idle_num; in uart_ll_set_tx_idle_num()
423 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->idle_conf, tx_brk_num, break_num); in uart_ll_tx_break()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h426 hw->idle_conf.rx_idle_thrhd = rx_idle_thr; in uart_ll_set_rx_idle_thr()
439 hw->idle_conf.tx_idle_num = idle_num; in uart_ll_set_tx_idle_num()
453 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->idle_conf, tx_brk_num, break_num); in uart_ll_tx_break()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h440 hw->idle_conf.rx_idle_thrhd = rx_idle_thr; in uart_ll_set_rx_idle_thr()
453 hw->idle_conf.tx_idle_num = idle_num; in uart_ll_set_tx_idle_num()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h465 hw->idle_conf.rx_idle_thrhd = rx_idle_thr; in uart_ll_set_rx_idle_thr()
478 hw->idle_conf.tx_idle_num = idle_num; in uart_ll_set_tx_idle_num()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h465 hw->idle_conf.rx_idle_thrhd = rx_idle_thr; in uart_ll_set_rx_idle_thr()
478 hw->idle_conf.tx_idle_num = idle_num; in uart_ll_set_tx_idle_num()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h265 } idle_conf; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h267 } idle_conf; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h271 } idle_conf; member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h272 } idle_conf; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h1183 volatile uart_idle_conf_reg_t idle_conf; member