Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h339 hw->conf0_sync.rxfifo_rst = 1; in uart_ll_rxfifo_rst()
341 hw->conf0_sync.rxfifo_rst = 0; in uart_ll_rxfifo_rst()
354 hw->conf0_sync.txfifo_rst = 1; in uart_ll_txfifo_rst()
356 hw->conf0_sync.txfifo_rst = 0; in uart_ll_txfifo_rst()
394 hw->conf0_sync.stop_bit_num = stop_bit; in uart_ll_set_stop_bits()
408 *stop_bit = (uart_stop_bits_t)hw->conf0_sync.stop_bit_num; in uart_ll_get_stop_bits()
422 hw->conf0_sync.parity = parity_mode & 0x1; in uart_ll_set_parity()
424 hw->conf0_sync.parity_en = (parity_mode >> 1) & 0x1; in uart_ll_set_parity()
438 if (hw->conf0_sync.parity_en) { in uart_ll_get_parity()
439 *parity_mode = (uart_parity_t)(0x2 | hw->conf0_sync.parity); in uart_ll_get_parity()
[all …]
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h360 hw->conf0_sync.rxfifo_rst = 1; in uart_ll_rxfifo_rst()
362 hw->conf0_sync.rxfifo_rst = 0; in uart_ll_rxfifo_rst()
375 hw->conf0_sync.txfifo_rst = 1; in uart_ll_txfifo_rst()
377 hw->conf0_sync.txfifo_rst = 0; in uart_ll_txfifo_rst()
415 hw->conf0_sync.stop_bit_num = stop_bit; in uart_ll_set_stop_bits()
429 *stop_bit = (uart_stop_bits_t)hw->conf0_sync.stop_bit_num; in uart_ll_get_stop_bits()
443 hw->conf0_sync.parity = parity_mode & 0x1; in uart_ll_set_parity()
445 hw->conf0_sync.parity_en = (parity_mode >> 1) & 0x1; in uart_ll_set_parity()
459 if (hw->conf0_sync.parity_en) { in uart_ll_get_parity()
460 *parity_mode = (uart_parity_t)(0x2 | hw->conf0_sync.parity); in uart_ll_get_parity()
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h1066 volatile lp_uart_conf0_sync_reg_t conf0_sync; member
Duart_struct.h1250 volatile uart_conf0_sync_reg_t conf0_sync; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h1200 volatile uart_conf0_sync_reg_t conf0_sync; member