pub enum REFCKON {
Disabled = 0,
Enabled = 1,
}
Expand description
Reference clock detection enable (50 or 60 Hz)
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for REFCKON
impl Eq for REFCKON
impl StructuralPartialEq for REFCKON
Auto Trait Implementations§
impl Freeze for REFCKON
impl RefUnwindSafe for REFCKON
impl Send for REFCKON
impl Sync for REFCKON
impl Unpin for REFCKON
impl UnwindSafe for REFCKON
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