#[repr(u8)]pub enum Apllcmre {
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 Apllcmre
impl Ord for Apllcmre
Source§impl PartialOrd for Apllcmre
impl PartialOrd for Apllcmre
impl Copy for Apllcmre
impl Eq for Apllcmre
impl StructuralPartialEq for Apllcmre
Auto Trait Implementations§
impl Freeze for Apllcmre
impl RefUnwindSafe for Apllcmre
impl Send for Apllcmre
impl Sync for Apllcmre
impl Unpin for Apllcmre
impl UnwindSafe for Apllcmre
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