Searched refs:SetStopBits (Results 1 – 3 of 3) sorted by relevance
64 llvm::Error SetStopBits(unsigned int stop_bits);
299 llvm::Error Terminal::SetStopBits(unsigned int stop_bits) { in SetStopBits() function in Terminal
849 if (llvm::Error error = term.SetStopBits(*serial_options.StopBits)) in Create()