pub enum Fsselselect {
Sckdiv = 0,
Fspin = 1,
}
Expand description
Frame Sync Select
Value on reset: 0
Variants§
Sckdiv = 0
0: Divided Serial Clock n is used as Frame Sync n source
Fspin = 1
1: FSn input pin is used as Frame Sync n source
Trait Implementations§
Source§impl Clone for Fsselselect
impl Clone for Fsselselect
Source§fn clone(&self) -> Fsselselect
fn clone(&self) -> Fsselselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Fsselselect
impl Debug for Fsselselect
Source§impl From<Fsselselect> for bool
impl From<Fsselselect> for bool
Source§fn from(variant: Fsselselect) -> Self
fn from(variant: Fsselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Fsselselect
impl PartialEq for Fsselselect
impl Copy for Fsselselect
impl Eq for Fsselselect
impl StructuralPartialEq for Fsselselect
Auto Trait Implementations§
impl Freeze for Fsselselect
impl RefUnwindSafe for Fsselselect
impl Send for Fsselselect
impl Sync for Fsselselect
impl Unpin for Fsselselect
impl UnwindSafe for Fsselselect
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