Enum Sosccm
pub enum Sosccm {
_0 = 0,
_1 = 1,
}Expand description
System OSC Clock Monitor
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sosccm
impl Eq for Sosccm
impl StructuralPartialEq for Sosccm
Auto Trait Implementations§
impl Freeze for Sosccm
impl RefUnwindSafe for Sosccm
impl Send for Sosccm
impl Sync for Sosccm
impl Unpin for Sosccm
impl UnwindSafe for Sosccm
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