Searched refs:stop_bits (Results 1 – 8 of 8) sorted by relevance
299 llvm::Error Terminal::SetStopBits(unsigned int stop_bits) { in SetStopBits() argument306 switch (stop_bits) { in SetStopBits()316 "invalid stop bit count: %d (must be 1 or 2)", stop_bits); in SetStopBits()
809 unsigned int stop_bits; in OptionsFromURL() local810 if (!llvm::to_integer(x, stop_bits, 10) || in OptionsFromURL()811 (stop_bits != 1 && stop_bits != 2)) in OptionsFromURL()815 serial_options.StopBits = stop_bits; in OptionsFromURL()
73 u_char stop_bits; member
336 config->stop_bits = UART_CONFIG_STOP_BITS_2; in uslhcom_create_config()338 config->stop_bits = UART_CONFIG_STOP_BITS_1; in uslhcom_create_config()438 config.stop_bits = UART_CONFIG_STOP_BITS_1; in uslhcom_open()
64 llvm::Error SetStopBits(unsigned int stop_bits);
330 uint8_t stop_bits; member
441 uint8_t stop_bits; member
311 u_int8_t stop_bits; member