Struct esp32c3_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 - reg_rtc_mem_crc_start
pub fn rtc_mem_crc_addr(&self) -> FieldReaderRaw<u16, u16>
pub fn rtc_mem_crc_addr(&self) -> FieldReaderRaw<u16, u16>
Bits 9:19 - reg_rtc_mem_crc_addr
pub fn rtc_mem_crc_len(&self) -> FieldReaderRaw<u16, u16>
pub fn rtc_mem_crc_len(&self) -> FieldReaderRaw<u16, u16>
Bits 20:30 - reg_rtc_mem_crc_len
pub fn rtc_mem_crc_finish(&self) -> BitReaderRaw<bool>
pub fn rtc_mem_crc_finish(&self) -> BitReaderRaw<bool>
Bit 31 - reg_rtc_mem_crc_finish
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