Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h176 uint32_t rxd_inv: 1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h184 …uint32_t rxd_inv: 1; /*Set this bit to inverse the level value of uart rxd sign… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h175 …uint32_t rxd_inv: 1; /*Set this bit to inverse the level value of uart rxd … member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h176 …uint32_t rxd_inv : 1; /*Set this bit to inverse the level value of uart … member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h487 uint32_t rxd_inv:1; member
Duart_struct.h558 uint32_t rxd_inv:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h585 uint32_t rxd_inv:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h558 uint32_t rxd_inv:1; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h805 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h849 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h889 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h838 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h889 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h924 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h933 conf0_reg.rxd_inv = (inv_mask & UART_SIGNAL_RXD_INV) ? 1 : 0; in uart_ll_inverse_signal()