pub struct W(/* private fields */);Expand description
Register qdec_ctrl writer
Implementations§
Source§impl W
impl W
Sourcepub fn spl_period(&mut self) -> SPL_PERIOD_W<'_, 8>
pub fn spl_period(&mut self) -> SPL_PERIOD_W<'_, 8>
Bits 8:11
Sourcepub fn rpt_period(&mut self) -> RPT_PERIOD_W<'_, 12>
pub fn rpt_period(&mut self) -> RPT_PERIOD_W<'_, 12>
Bits 12:19
Sourcepub fn led_period(&mut self) -> LED_PERIOD_W<'_, 20>
pub fn led_period(&mut self) -> LED_PERIOD_W<'_, 20>
Bits 20:28
Sourcepub fn spl_mode(&mut self) -> SPL_MODE_W<'_, 29>
pub fn spl_mode(&mut self) -> SPL_MODE_W<'_, 29>
Bit 29
Sourcepub fn rpt_mode(&mut self) -> RPT_MODE_W<'_, 30>
pub fn rpt_mode(&mut self) -> RPT_MODE_W<'_, 30>
Bit 30
Sourcepub fn input_swap(&mut self) -> INPUT_SWAP_W<'_, 31>
pub fn input_swap(&mut self) -> INPUT_SWAP_W<'_, 31>
Bit 31
Methods from Deref<Target = W<QDEC_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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