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