Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h178 uint32_t dsr_inv: 1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h186 …uint32_t dsr_inv: 1; /*Set this bit to inverse the level value of uart dsr sign… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h177 …uint32_t dsr_inv: 1; /*Set this bit to inverse the level value of uart dsr … member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h178 …uint32_t dsr_inv : 1; /*Set this bit to inverse the level value of uart … member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h548 uint32_t dsr_inv:1; member
Duart_struct.h620 uint32_t dsr_inv:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h593 uint32_t dsr_inv:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h620 uint32_t dsr_inv:1; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h807 conf0_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h851 conf0_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h891 conf0_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h840 conf0_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h891 conf0_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h933 conf1_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h942 conf1_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()