pub enum SB {
NoStart = 0,
Start = 1,
}Expand description
Start bit (Master mode)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SB
impl Eq for SB
impl StructuralPartialEq for SB
Auto Trait Implementations§
impl Freeze for SB
impl RefUnwindSafe for SB
impl Send for SB
impl Sync for SB
impl Unpin for SB
impl UnwindSafe for SB
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