#[repr(u8)]pub enum SP {
Motorola = 0,
Ti = 1,
}Expand description
serial protocol others: reserved, must not be used
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SP
impl Eq for SP
impl IsEnum for SP
impl StructuralPartialEq for SP
Auto Trait Implementations§
impl Freeze for SP
impl RefUnwindSafe for SP
impl Send for SP
impl Sync for SP
impl Unpin for SP
impl UnwindSafe for SP
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