Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h177 uint32_t cts_inv: 1; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h185 …uint32_t cts_inv: 1; /*Set this bit to inverse the level value of uart cts sign… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h176 …uint32_t cts_inv: 1; /*Set this bit to inverse the level value of uart cts … member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h177 …uint32_t cts_inv : 1; /*Set this bit to inverse the level value of uart … member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h544 uint32_t cts_inv:1; member
Duart_struct.h616 uint32_t cts_inv:1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h589 uint32_t cts_inv:1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h616 uint32_t cts_inv:1; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h806 conf0_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h850 conf0_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h890 conf0_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h839 conf0_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h890 conf0_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h932 conf1_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h941 conf1_reg.cts_inv = (inv_mask & UART_SIGNAL_CTS_INV) ? 1 : 0; in uart_ll_inverse_signal()