#[repr(u8)]pub enum STOP_A {
STOP1 = 0,
STOP0P5 = 1,
STOP2 = 2,
STOP1P5 = 3,
}
Expand description
STOP bits
Value on reset: 0
Variants§
STOP1 = 0
0: 1 stop bit
STOP0P5 = 1
1: 0.5 stop bit
STOP2 = 2
2: 2 stop bit
STOP1P5 = 3
3: 1.5 stop bit
Trait Implementations§
impl Copy for STOP_A
impl StructuralPartialEq for STOP_A
Auto Trait Implementations§
impl Freeze for STOP_A
impl RefUnwindSafe for STOP_A
impl Send for STOP_A
impl Sync for STOP_A
impl Unpin for STOP_A
impl UnwindSafe for STOP_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more