pub struct R(_);Expand description
Register DIN_NUM reader
Implementations
sourceimpl R
impl R
sourcepub fn din0_num(&self) -> DIN0_NUM_R
pub fn din0_num(&self) -> DIN0_NUM_R
Bits 0:1 - SPI_D input delay number.
sourcepub fn din1_num(&self) -> DIN1_NUM_R
pub fn din1_num(&self) -> DIN1_NUM_R
Bits 2:3 - SPI_Q input delay number.
sourcepub fn din2_num(&self) -> DIN2_NUM_R
pub fn din2_num(&self) -> DIN2_NUM_R
Bits 4:5 - SPI_WP input delay number.
sourcepub fn din3_num(&self) -> DIN3_NUM_R
pub fn din3_num(&self) -> DIN3_NUM_R
Bits 6:7 - SPI_HD input delay number.
sourcepub fn din4_num(&self) -> DIN4_NUM_R
pub fn din4_num(&self) -> DIN4_NUM_R
Bits 8:9 - SPI_IO4 input delay number.
sourcepub fn din5_num(&self) -> DIN5_NUM_R
pub fn din5_num(&self) -> DIN5_NUM_R
Bits 10:11 - SPI_IO5 input delay number.
sourcepub fn din6_num(&self) -> DIN6_NUM_R
pub fn din6_num(&self) -> DIN6_NUM_R
Bits 12:13 - SPI_IO6 input delay number.
sourcepub fn din7_num(&self) -> DIN7_NUM_R
pub fn din7_num(&self) -> DIN7_NUM_R
Bits 14:15 - SPI_IO7 input delay number.
sourcepub fn dins_num(&self) -> DINS_NUM_R
pub fn dins_num(&self) -> DINS_NUM_R
Bits 16:17 - SPI_DQS input delay number.
Methods from Deref<Target = R<DIN_NUM_SPEC>>
Trait Implementations
sourceimpl From<R<DIN_NUM_SPEC>> for R
impl From<R<DIN_NUM_SPEC>> for R
sourcefn from(reader: R<DIN_NUM_SPEC>) -> Self
fn from(reader: R<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