Struct esp32s3::apb_ctrl::retention_ctrl2::W
source · pub struct W(_);
Expand description
Register RETENTION_CTRL2
writer
Implementations§
source§impl W
impl W
sourcepub fn ret_icache_size(&mut self) -> RET_ICACHE_SIZE_W<'_, 4>
pub fn ret_icache_size(&mut self) -> RET_ICACHE_SIZE_W<'_, 4>
Bits 4:11 - ******* Description ***********
sourcepub fn ret_icache_vld_size(&mut self) -> RET_ICACHE_VLD_SIZE_W<'_, 13>
pub fn ret_icache_vld_size(&mut self) -> RET_ICACHE_VLD_SIZE_W<'_, 13>
Bits 13:20 - ******* Description ***********
sourcepub fn ret_icache_start_point(&mut self) -> RET_ICACHE_START_POINT_W<'_, 22>
pub fn ret_icache_start_point(&mut self) -> RET_ICACHE_START_POINT_W<'_, 22>
Bits 22:29 - ******* Description ***********
sourcepub fn ret_icache_enable(&mut self) -> RET_ICACHE_ENABLE_W<'_, 31>
pub fn ret_icache_enable(&mut self) -> RET_ICACHE_ENABLE_W<'_, 31>
Bit 31 - ******* Description ***********
Methods from Deref<Target = W<RETENTION_CTRL2_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