#[repr(u8)]pub enum Confselect {
X4 = 0,
X4s = 1,
X2 = 2,
X2s = 3,
Autoc = 4,
}
Expand description
PDEC Configuration
Value on reset: 0
Variants§
X4 = 0
0: Quadrature decoder direction
X4s = 1
1: Secure Quadrature decoder direction
X2 = 2
2: Decoder direction
X2s = 3
3: Secure decoder direction
Autoc = 4
4: Auto correction mode
Trait Implementations§
Source§impl Clone for Confselect
impl Clone for Confselect
Source§fn clone(&self) -> Confselect
fn clone(&self) -> Confselect
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 Confselect
impl Debug for Confselect
Source§impl From<Confselect> for u8
impl From<Confselect> for u8
Source§fn from(variant: Confselect) -> Self
fn from(variant: Confselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Confselect
impl PartialEq for Confselect
impl Copy for Confselect
impl Eq for Confselect
impl IsEnum for Confselect
impl StructuralPartialEq for Confselect
Auto Trait Implementations§
impl Freeze for Confselect
impl RefUnwindSafe for Confselect
impl Send for Confselect
impl Sync for Confselect
impl Unpin for Confselect
impl UnwindSafe for Confselect
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