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.