pub enum SLCKSEL_A {
FIXED,
TUNED,
}
Expand description
Sampling Clock Select
Value on reset: 0
Variants
FIXED
0: Fixed clock is used to sample data
TUNED
1: Tuned clock is used to sample data
Trait Implementations
impl Copy for SLCKSEL_A
impl StructuralPartialEq for SLCKSEL_A
Auto Trait Implementations
impl RefUnwindSafe for SLCKSEL_A
impl Send for SLCKSEL_A
impl Sync for SLCKSEL_A
impl Unpin for SLCKSEL_A
impl UnwindSafe for SLCKSEL_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