Home
last modified time | relevance | path

Searched refs:UART_SIGNAL_DTR_INV (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Duart_types.h106 UART_SIGNAL_DTR_INV = (0x1 << 7), /*!< inverse the UART dtr signal*/ enumerator
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h810 conf0_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h854 conf0_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h894 conf0_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h843 conf0_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h894 conf0_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h931 conf1_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h940 conf1_reg.dtr_inv = (inv_mask & UART_SIGNAL_DTR_INV) ? 1 : 0; in uart_ll_inverse_signal()