pub enum MSTPB8_A {
_0 = 0,
_1 = 1,
}Expand description
I2C Bus Interface 1 Module Stop
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for MSTPB8_A
impl Eq for MSTPB8_A
impl StructuralPartialEq for MSTPB8_A
Auto Trait Implementations§
impl Freeze for MSTPB8_A
impl RefUnwindSafe for MSTPB8_A
impl Send for MSTPB8_A
impl Sync for MSTPB8_A
impl Unpin for MSTPB8_A
impl UnwindSafe for MSTPB8_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