Searched refs:UART_STOP_1 (Results 1 – 3 of 3) sorted by relevance
104 UART_STOP_1 = 0, /**< UART Stop 1 clock cycle */ enumerator
133 mcu_cfg.stop = UART_STOP_1; in mcu_configure()
341 uint32_t stopbit_val = stopbit == UART_STOP_1 ? 0 : 1; in rt_uart_configure()
Completed in 8 milliseconds