pub struct W(_);
Expand description
Register DIN_NUM
writer
Implementations
sourceimpl W
impl W
sourcepub fn din0_num(&mut self) -> DIN0_NUM_W<'_>
pub fn din0_num(&mut self) -> DIN0_NUM_W<'_>
Bits 0:1 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…
sourcepub fn din1_num(&mut self) -> DIN1_NUM_W<'_>
pub fn din1_num(&mut self) -> DIN1_NUM_W<'_>
Bits 2:3 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…
sourcepub fn din2_num(&mut self) -> DIN2_NUM_W<'_>
pub fn din2_num(&mut self) -> DIN2_NUM_W<'_>
Bits 4:5 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…
sourcepub fn din3_num(&mut self) -> DIN3_NUM_W<'_>
pub fn din3_num(&mut self) -> DIN3_NUM_W<'_>
Bits 6:7 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…
Methods from Deref<Target = W<DIN_NUM_SPEC>>
Trait Implementations
sourceimpl From<W<DIN_NUM_SPEC>> for W
impl From<W<DIN_NUM_SPEC>> for W
sourcefn from(writer: W<DIN_NUM_SPEC>) -> Self
fn from(writer: W<DIN_NUM_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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