pub enum CEISR {
Correct = 0,
Slow = 1,
}
Expand description
Clock error interrupt status
Value on reset: 0
Variants§
Correct = 0
0: The RNG clock is correct
Slow = 1
1: The RNG has been detected too slow An interrupt is pending if IE = 1 in the RNG_CR register
Trait Implementations§
impl Copy for CEISR
impl Eq for CEISR
impl StructuralPartialEq for CEISR
Auto Trait Implementations§
impl Freeze for CEISR
impl RefUnwindSafe for CEISR
impl Send for CEISR
impl Sync for CEISR
impl Unpin for CEISR
impl UnwindSafe for CEISR
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