Home
last modified time | relevance | path

Searched refs:UART_SIGNAL_DSR_INV (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Duart_types.h92 UART_SIGNAL_DSR_INV = (0x1 << 4), /*!< inverse the UART dsr signal*/ enumerator
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h827 conf0_reg.dsr_inv = (inv_mask & UART_SIGNAL_DSR_INV) ? 1 : 0; in uart_ll_inverse_signal()