Struct esp32s3::system::rtc_fastmem_config::W
source · pub struct W(_);
Expand description
Register RTC_FASTMEM_CONFIG
writer
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more