enum StopBits [src]
Fields
default = 0
one = 1
one_and_a_half = 2
two = 3
_
Source
pub const StopBits = enum(u8) {
default = 0,
one = 1,
one_and_a_half = 2,
two = 3,
_,
}
pub const StopBits = enum(u8) {
default = 0,
one = 1,
one_and_a_half = 2,
two = 3,
_,
}