pub enum FSSEL_A {
SCKDIV,
FSPIN,
}
Expand description
Frame Sync Select
Value on reset: 0
Variants
SCKDIV
0: Divided Serial Clock n is used as Frame Sync n source
FSPIN
1: FSn input pin is used as Frame Sync n source
Trait Implementations
impl Copy for FSSEL_A
impl StructuralPartialEq for FSSEL_A
Auto Trait Implementations
impl RefUnwindSafe for FSSEL_A
impl Send for FSSEL_A
impl Sync for FSSEL_A
impl Unpin for FSSEL_A
impl UnwindSafe for FSSEL_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