Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h180 uint32_t rts_inv: 1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h188 …uint32_t rts_inv: 1; /*Set this bit to inverse the level value of uart rts sign… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h179 …uint32_t rts_inv: 1; /*Set this bit to inverse the level value of uart rts … member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h180 …uint32_t rts_inv : 1; /*Set this bit to inverse the level value of uart … member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h552 uint32_t rts_inv:1; member
Duart_struct.h624 uint32_t rts_inv:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h601 uint32_t rts_inv:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h624 uint32_t rts_inv:1; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h809 conf0_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h853 conf0_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h893 conf0_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h842 conf0_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h893 conf0_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h930 conf1_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h939 conf1_reg.rts_inv = (inv_mask & UART_SIGNAL_RTS_INV) ? 1 : 0; in uart_ll_inverse_signal()