pub enum MSTPD2_A {
_0 = 0,
_1 = 1,
}Expand description
Low Power Asynchronous General Purpose Timer 1 Module Stop
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for MSTPD2_A
impl Eq for MSTPD2_A
impl StructuralPartialEq for MSTPD2_A
Auto Trait Implementations§
impl Freeze for MSTPD2_A
impl RefUnwindSafe for MSTPD2_A
impl Send for MSTPD2_A
impl Sync for MSTPD2_A
impl Unpin for MSTPD2_A
impl UnwindSafe for MSTPD2_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