Enum esp32_hal::serial::config::StopBits [−][src]
pub enum StopBits {
STOP1,
STOP1P5,
STOP2,
}Expand description
Number of stop bits
Variants
1 stop bit
1.5 stop bits
2 stop bits
pub enum StopBits {
STOP1,
STOP1P5,
STOP2,
}Number of stop bits
1 stop bit
1.5 stop bits
2 stop bits