Struct esp32s3::system::rtc_fastmem_config::W
source · pub struct W(_);
Expand description
Register RTC_FASTMEM_CONFIG
writer
Implementations
sourceimpl W
impl W
sourcepub fn rtc_mem_crc_start(&mut self) -> RTC_MEM_CRC_START_W<'_, 8>
pub fn rtc_mem_crc_start(&mut self) -> RTC_MEM_CRC_START_W<'_, 8>
Bit 8 - Set 1 to start the CRC of RTC memory
sourcepub fn rtc_mem_crc_addr(&mut self) -> RTC_MEM_CRC_ADDR_W<'_, 9>
pub fn rtc_mem_crc_addr(&mut self) -> RTC_MEM_CRC_ADDR_W<'_, 9>
Bits 9:19 - This field is used to set address of RTC memory for CRC.
sourcepub fn rtc_mem_crc_len(&mut self) -> RTC_MEM_CRC_LEN_W<'_, 20>
pub fn rtc_mem_crc_len(&mut self) -> RTC_MEM_CRC_LEN_W<'_, 20>
Bits 20:30 - This field is used to set length of RTC memory for CRC based on start address.
Methods from Deref<Target = W<RTC_FASTMEM_CONFIG_SPEC>>
Trait Implementations
sourceimpl From<W<RTC_FASTMEM_CONFIG_SPEC>> for W
impl From<W<RTC_FASTMEM_CONFIG_SPEC>> for W
sourcefn from(writer: W<RTC_FASTMEM_CONFIG_SPEC>) -> Self
fn from(writer: W<RTC_FASTMEM_CONFIG_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