pub struct R(_);
Expand description
Register SDIO_CRC_ST0
reader
Implementations
sourceimpl R
impl R
sourcepub fn dat0_crc_err_cnt(&self) -> DAT0_CRC_ERR_CNT_R
pub fn dat0_crc_err_cnt(&self) -> DAT0_CRC_ERR_CNT_R
Bits 0:7
sourcepub fn dat1_crc_err_cnt(&self) -> DAT1_CRC_ERR_CNT_R
pub fn dat1_crc_err_cnt(&self) -> DAT1_CRC_ERR_CNT_R
Bits 8:15
sourcepub fn dat2_crc_err_cnt(&self) -> DAT2_CRC_ERR_CNT_R
pub fn dat2_crc_err_cnt(&self) -> DAT2_CRC_ERR_CNT_R
Bits 16:23
sourcepub fn dat3_crc_err_cnt(&self) -> DAT3_CRC_ERR_CNT_R
pub fn dat3_crc_err_cnt(&self) -> DAT3_CRC_ERR_CNT_R
Bits 24:31
Methods from Deref<Target = R<SDIO_CRC_ST0_SPEC>>
Trait Implementations
sourceimpl From<R<SDIO_CRC_ST0_SPEC>> for R
impl From<R<SDIO_CRC_ST0_SPEC>> for R
sourcefn from(reader: R<SDIO_CRC_ST0_SPEC>) -> Self
fn from(reader: R<SDIO_CRC_ST0_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