Home
last modified time | relevance | path

Searched refs:dtr_inv (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h181 uint32_t dtr_inv: 1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h189 …uint32_t dtr_inv: 1; /*Set this bit to inverse the level value of uart dtr sign… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h180 …uint32_t dtr_inv: 1; /*Set this bit to inverse the level value of uart dtr … member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h181 …uint32_t dtr_inv : 1; /*Set this bit to inverse the level value of uart … member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h556 uint32_t dtr_inv:1; member
Duart_struct.h628 uint32_t dtr_inv:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h605 uint32_t dtr_inv:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h628 uint32_t dtr_inv:1; member
/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()