pub enum CED {
Enabled = 0,
Disabled = 1,
}
Expand description
Clock error detection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CED
impl Eq for CED
impl StructuralPartialEq for CED
Auto Trait Implementations§
impl Freeze for CED
impl RefUnwindSafe for CED
impl Send for CED
impl Sync for CED
impl Unpin for CED
impl UnwindSafe for CED
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