Struct esp32_hal::pac::slc::sdio_crc_st0::R
pub struct R(_);
Expand description
Register SDIO_CRC_ST0
reader
Implementations§
§impl R
impl R
pub fn dat0_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn dat0_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7
pub fn dat1_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn dat1_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15
pub fn dat2_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn dat2_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23
pub fn dat3_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn dat3_crc_err_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31
Methods from Deref<Target = R<SDIO_CRC_ST0_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SDIO_CRC_ST0_SPEC>> for R
impl From<R<SDIO_CRC_ST0_SPEC>> for R
§fn from(reader: R<SDIO_CRC_ST0_SPEC>) -> R
fn from(reader: R<SDIO_CRC_ST0_SPEC>) -> R
Converts to this type from the input type.