Home
last modified time | relevance | path

Searched refs:stop_bits (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp299 llvm::Error Terminal::SetStopBits(unsigned int stop_bits) { in SetStopBits() argument
306 switch (stop_bits) { in SetStopBits()
316 "invalid stop bit count: %d (must be 1 or 2)", stop_bits); in SetStopBits()
H A DFile.cpp809 unsigned int stop_bits; in OptionsFromURL() local
810 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()
/openbsd-src/sys/dev/usb/
H A Duslhcomreg.h73 u_char stop_bits; member
H A Duslhcom.c336 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DTerminal.h64 llvm::Error SetStopBits(unsigned int stop_bits);
/openbsd-src/sys/arch/arm64/stand/efiboot/
H A Defiacpi.c330 uint8_t stop_bits; member
/openbsd-src/sys/dev/acpi/
H A Dacpireg.h441 uint8_t stop_bits; member
/openbsd-src/sys/dev/pci/
H A Darc.c311 u_int8_t stop_bits; member