pub enum CECS {
Correct = 0,
Slow = 1,
}
Expand description
Clock error current status
Value on reset: 0
Variants§
Correct = 0
0: The RNG clock is correct. If the CEIS bit is set, this means that a slow clock was detected and the situation has been recovered.
Slow = 1
1: The RNG clock is too slow
Trait Implementations§
impl Copy for CECS
impl Eq for CECS
impl StructuralPartialEq for CECS
Auto Trait Implementations§
impl Freeze for CECS
impl RefUnwindSafe for CECS
impl Send for CECS
impl Sync for CECS
impl Unpin for CECS
impl UnwindSafe for CECS
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