pub enum NOREF_A {
VALUE_0,
VALUE_1,
}
Expand description
No Separate Reference Clock
Value on reset: 0
Variants
VALUE_0
0: The reference clock is provided
VALUE_1
1: The reference clock is not provided
Trait Implementations
impl Copy for NOREF_A
impl StructuralPartialEq for NOREF_A
Auto Trait Implementations
impl RefUnwindSafe for NOREF_A
impl Send for NOREF_A
impl Sync for NOREF_A
impl Unpin for NOREF_A
impl UnwindSafe for NOREF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more