#[repr(u8)]
pub enum CONF_A {
X4,
X4S,
X2,
X2S,
AUTOC,
}
Expand description
PDEC Configuration
Value on reset: 0
Variants
X4
0: Quadrature decoder direction
X4S
1: Secure Quadrature decoder direction
X2
2: Decoder direction
X2S
3: Secure decoder direction
AUTOC
4: Auto correction mode
Trait Implementations
impl Copy for CONF_A
impl StructuralPartialEq for CONF_A
Auto Trait Implementations
impl RefUnwindSafe for CONF_A
impl Send for CONF_A
impl Sync for CONF_A
impl Unpin for CONF_A
impl UnwindSafe for CONF_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