Searched refs:stop_bit (Results 1 – 2 of 2) sorted by relevance
202 uint8_t bwpc, uint8_t parity, uint8_t stop_bit) in uart_b91_init() argument227 uart->ctrl1 |= stop_bit; in uart_b91_init()
168 uart_stop_bits_t stop_bit; in uart_esp32_config_get() local194 uart_hal_get_stop_bits(&data->hal, &stop_bit); in uart_esp32_config_get()195 switch (stop_bit) { in uart_esp32_config_get()