Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Duart_types.h58 UART_STOP_BITS_1_5 = 0x2, /*!< stop bit: 1.5bits*/ enumerator
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/uart/
Duart_esp32u4.c164 return UART_STOP_BITS_1_5; in GetStopBitsFromStr()