Enum Sstop
#[repr(u8)]pub enum Sstop {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Shifter Stop bit
Value on reset: 0
Variants§
_0 = 0
0: Stop bit disabled for transmitter/receiver/match store
_1 = 1
1: Reserved for transmitter/receiver/match store
_10 = 2
2: Transmitter outputs stop bit value 0 on store, receiver/match store sets error flag if stop bit is not 0
_11 = 3
3: Transmitter outputs stop bit value 1 on store, receiver/match store sets error flag if stop bit is not 1
Trait Implementations§
impl Copy for Sstop
impl Eq for Sstop
impl IsEnum for Sstop
impl StructuralPartialEq for Sstop
Auto Trait Implementations§
impl Freeze for Sstop
impl RefUnwindSafe for Sstop
impl Send for Sstop
impl Sync for Sstop
impl Unpin for Sstop
impl UnwindSafe for Sstop
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