pub struct Quad { /* private fields */ }Implementations§
Source§impl Quad
impl Quad
Sourcepub const fn qdec_clockdiv_reg(&self) -> &'static Reg<QdecClockdivReg_SPEC, RW>
pub const fn qdec_clockdiv_reg(&self) -> &'static Reg<QdecClockdivReg_SPEC, RW>
Quad decoder clock divider register
Sourcepub const fn qdec_ctrl_reg(&self) -> &'static Reg<QdecCtrlReg_SPEC, RW>
pub const fn qdec_ctrl_reg(&self) -> &'static Reg<QdecCtrlReg_SPEC, RW>
Quad decoder control register
Sourcepub const fn qdec_xcnt_reg(&self) -> &'static Reg<QdecXcntReg_SPEC, RW>
pub const fn qdec_xcnt_reg(&self) -> &'static Reg<QdecXcntReg_SPEC, RW>
Counter value of the X Axis
Sourcepub const fn qdec_ycnt_reg(&self) -> &'static Reg<QdecYcntReg_SPEC, RW>
pub const fn qdec_ycnt_reg(&self) -> &'static Reg<QdecYcntReg_SPEC, RW>
Counter value of the Y Axis
Sourcepub const fn qdec_zcnt_reg(&self) -> &'static Reg<QdecZcntReg_SPEC, RW>
pub const fn qdec_zcnt_reg(&self) -> &'static Reg<QdecZcntReg_SPEC, RW>
Counter value of the Z Axis
Trait Implementations§
impl Copy for Quad
impl Eq for Quad
impl Send for Quad
QUAD registers
impl StructuralPartialEq for Quad
impl Sync for Quad
Auto Trait Implementations§
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