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