pub type W = W<DIN_NUM_SPEC>;
Expand description
Register DIN_NUM
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn din0_num(&mut self) -> DIN0_NUM_W<'_, DIN_NUM_SPEC>
pub fn din0_num(&mut self) -> DIN0_NUM_W<'_, DIN_NUM_SPEC>
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<'_, DIN_NUM_SPEC>
pub fn din1_num(&mut self) -> DIN1_NUM_W<'_, DIN_NUM_SPEC>
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<'_, DIN_NUM_SPEC>
pub fn din2_num(&mut self) -> DIN2_NUM_W<'_, DIN_NUM_SPEC>
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<'_, DIN_NUM_SPEC>
pub fn din3_num(&mut self) -> DIN3_NUM_W<'_, DIN_NUM_SPEC>
Bits 6:7 - the input signals are delayed by system clock cycles, 0: delayed by 1 cycle, 1: delayed by 2 cycles,…