Struct esp32s3::apb_ctrl::retention_ctrl3::W
source · pub struct W(_);
Expand description
Register RETENTION_CTRL3
writer
Implementations
sourceimpl W
impl W
sourcepub fn ret_dcache_size(&mut self) -> RET_DCACHE_SIZE_W<'_, 4>
pub fn ret_dcache_size(&mut self) -> RET_DCACHE_SIZE_W<'_, 4>
Bits 4:12 - ******* Description ***********
sourcepub fn ret_dcache_vld_size(&mut self) -> RET_DCACHE_VLD_SIZE_W<'_, 13>
pub fn ret_dcache_vld_size(&mut self) -> RET_DCACHE_VLD_SIZE_W<'_, 13>
Bits 13:21 - ******* Description ***********
sourcepub fn ret_dcache_start_point(&mut self) -> RET_DCACHE_START_POINT_W<'_, 22>
pub fn ret_dcache_start_point(&mut self) -> RET_DCACHE_START_POINT_W<'_, 22>
Bits 22:30 - ******* Description ***********
sourcepub fn ret_dcache_enable(&mut self) -> RET_DCACHE_ENABLE_W<'_, 31>
pub fn ret_dcache_enable(&mut self) -> RET_DCACHE_ENABLE_W<'_, 31>
Bit 31 - ******* Description ***********
Methods from Deref<Target = W<RETENTION_CTRL3_SPEC>>
Trait Implementations
sourceimpl From<W<RETENTION_CTRL3_SPEC>> for W
impl From<W<RETENTION_CTRL3_SPEC>> for W
sourcefn from(writer: W<RETENTION_CTRL3_SPEC>) -> Self
fn from(writer: W<RETENTION_CTRL3_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