Struct esp32c2_hal::pac::system::rtc_fastmem_config::R
pub struct R(_);
Expand description
Register RTC_FASTMEM_CONFIG
reader
Implementations
impl R
impl R
pub fn rtc_mem_crc_start(&self) -> BitReaderRaw<bool>
pub fn rtc_mem_crc_start(&self) -> BitReaderRaw<bool>
Bit 8 - Set 1 to start the CRC of RTC memory
pub fn rtc_mem_crc_addr(&self) -> FieldReaderRaw<u16, u16>
pub fn rtc_mem_crc_addr(&self) -> FieldReaderRaw<u16, u16>
Bits 9:19 - This field is used to set address of RTC memory for CRC.
pub fn rtc_mem_crc_len(&self) -> FieldReaderRaw<u16, u16>
pub fn rtc_mem_crc_len(&self) -> FieldReaderRaw<u16, u16>
Bits 20:30 - This field is used to set length of RTC memory for CRC based on start address.
pub fn rtc_mem_crc_finish(&self) -> BitReaderRaw<bool>
pub fn rtc_mem_crc_finish(&self) -> BitReaderRaw<bool>
Bit 31 - This bit stores the status of RTC memory CRC.1 means finished.
Methods from Deref<Target = R<RTC_FASTMEM_CONFIG_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_CONFIG_SPEC>> for R
impl From<R<RTC_FASTMEM_CONFIG_SPEC>> for R
fn from(reader: R<RTC_FASTMEM_CONFIG_SPEC>) -> R
fn from(reader: R<RTC_FASTMEM_CONFIG_SPEC>) -> R
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