#[repr(u8)]pub enum Upllcmre {
GENERATE_INTERRUPT = 0,
GENERATE_RESET = 1,
}Variants§
GENERATE_INTERRUPT = 0
Clock monitor generates an interrupt when an error is detected
GENERATE_RESET = 1
Clock monitor generates a reset when an error is detected
Implementations§
Trait Implementations§
Source§impl Ord for Upllcmre
impl Ord for Upllcmre
Source§impl PartialOrd for Upllcmre
impl PartialOrd for Upllcmre
impl Copy for Upllcmre
impl Eq for Upllcmre
impl StructuralPartialEq for Upllcmre
Auto Trait Implementations§
impl Freeze for Upllcmre
impl RefUnwindSafe for Upllcmre
impl Send for Upllcmre
impl Sync for Upllcmre
impl Unpin for Upllcmre
impl UnwindSafe for Upllcmre
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