Enum Spllcmre
pub enum Spllcmre {
_0 = 0,
_1 = 1,
}Expand description
System PLL 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 Spllcmre
impl Eq for Spllcmre
impl StructuralPartialEq for Spllcmre
Auto Trait Implementations§
impl Freeze for Spllcmre
impl RefUnwindSafe for Spllcmre
impl Send for Spllcmre
impl Sync for Spllcmre
impl Unpin for Spllcmre
impl UnwindSafe for Spllcmre
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