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