pub struct W(_);
Expand description
Register DIN_NUM
writer
Implementations
sourceimpl W
impl W
sourcepub fn din0_num(&mut self) -> DIN0_NUM_W<'_, 0>
pub fn din0_num(&mut self) -> DIN0_NUM_W<'_, 0>
Bits 0:1 - SPI_D input delay number.
sourcepub fn din1_num(&mut self) -> DIN1_NUM_W<'_, 2>
pub fn din1_num(&mut self) -> DIN1_NUM_W<'_, 2>
Bits 2:3 - SPI_Q input delay number.
sourcepub fn din2_num(&mut self) -> DIN2_NUM_W<'_, 4>
pub fn din2_num(&mut self) -> DIN2_NUM_W<'_, 4>
Bits 4:5 - SPI_WP input delay number.
sourcepub fn din3_num(&mut self) -> DIN3_NUM_W<'_, 6>
pub fn din3_num(&mut self) -> DIN3_NUM_W<'_, 6>
Bits 6:7 - SPI_HD input delay number.
sourcepub fn din4_num(&mut self) -> DIN4_NUM_W<'_, 8>
pub fn din4_num(&mut self) -> DIN4_NUM_W<'_, 8>
Bits 8:9 - SPI_IO4 input delay number.
sourcepub fn din5_num(&mut self) -> DIN5_NUM_W<'_, 10>
pub fn din5_num(&mut self) -> DIN5_NUM_W<'_, 10>
Bits 10:11 - SPI_IO5 input delay number.
sourcepub fn din6_num(&mut self) -> DIN6_NUM_W<'_, 12>
pub fn din6_num(&mut self) -> DIN6_NUM_W<'_, 12>
Bits 12:13 - SPI_IO6 input delay number.
sourcepub fn din7_num(&mut self) -> DIN7_NUM_W<'_, 14>
pub fn din7_num(&mut self) -> DIN7_NUM_W<'_, 14>
Bits 14:15 - SPI_IO7 input delay number.
sourcepub fn dins_num(&mut self) -> DINS_NUM_W<'_, 16>
pub fn dins_num(&mut self) -> DINS_NUM_W<'_, 16>
Bits 16:17 - SPI_DQS input delay number.
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 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