Enum Scs
#[repr(u8)]pub enum Scs {
_0010 = 2,
}Expand description
System Clock Source
Value on reset: 2
Variants§
_0010 = 2
2: Slow IRC (SIRC_CLK)
Trait Implementations§
impl Copy for Scs
impl Eq for Scs
impl IsEnum for Scs
impl StructuralPartialEq for Scs
Auto Trait Implementations§
impl Freeze for Scs
impl RefUnwindSafe for Scs
impl Send for Scs
impl Sync for Scs
impl Unpin for Scs
impl UnwindSafe for Scs
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