Enum Stopo
#[repr(u8)]pub enum Stopo {
_01 = 1,
_10 = 2,
}Expand description
Stop Option
Value on reset: 0
Variants§
_01 = 1
1: STOP1 - Stop with both system and bus clocks disabled
_10 = 2
2: STOP2 - Stop with system clock disabled and bus clock enabled
Trait Implementations§
impl Copy for Stopo
impl Eq for Stopo
impl IsEnum for Stopo
impl StructuralPartialEq for Stopo
Auto Trait Implementations§
impl Freeze for Stopo
impl RefUnwindSafe for Stopo
impl Send for Stopo
impl Sync for Stopo
impl Unpin for Stopo
impl UnwindSafe for Stopo
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