Struct esp32c2_hal::pac::system::rtc_fastmem_crc::R
pub struct R(_);
Expand description
Register RTC_FASTMEM_CRC
reader
Implementations§
§impl R
impl R
pub fn rtc_mem_crc_res(&self) -> FieldReaderRaw<u32, u32>
pub fn rtc_mem_crc_res(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - This field stores the CRC result of RTC memory.
Methods from Deref<Target = R<RTC_FASTMEM_CRC_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<RTC_FASTMEM_CRC_SPEC>> for R
impl From<R<RTC_FASTMEM_CRC_SPEC>> for R
§fn from(reader: R<RTC_FASTMEM_CRC_SPEC>) -> R
fn from(reader: R<RTC_FASTMEM_CRC_SPEC>) -> R
Converts to this type from the input type.