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