Struct esp32s3_hal::pac::apb_ctrl::retention_ctrl3::W
pub struct W(_);
Expand description
Register RETENTION_CTRL3
writer
Implementations§
§impl W
impl W
pub fn ret_dcache_size(
&mut self
) -> FieldWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, u16, u16, Unsafe, 9, 4>
pub fn ret_dcache_size(
&mut self
) -> FieldWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, u16, u16, Unsafe, 9, 4>
Bits 4:12 - ******* Description ***********
pub fn ret_dcache_vld_size(
&mut self
) -> FieldWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, u16, u16, Unsafe, 9, 13>
pub fn ret_dcache_vld_size(
&mut self
) -> FieldWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, u16, u16, Unsafe, 9, 13>
Bits 13:21 - ******* Description ***********
pub fn ret_dcache_start_point(
&mut self
) -> FieldWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, u16, u16, Unsafe, 9, 22>
pub fn ret_dcache_start_point(
&mut self
) -> FieldWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, u16, u16, Unsafe, 9, 22>
Bits 22:30 - ******* Description ***********
pub fn ret_dcache_enable(
&mut self
) -> BitWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, bool, BitM, 31>
pub fn ret_dcache_enable(
&mut self
) -> BitWriterRaw<'_, u32, RETENTION_CTRL3_SPEC, bool, BitM, 31>
Bit 31 - ******* Description ***********
Methods from Deref<Target = W<RETENTION_CTRL3_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<RETENTION_CTRL3_SPEC>> for W
impl From<W<RETENTION_CTRL3_SPEC>> for W
§fn from(writer: W<RETENTION_CTRL3_SPEC>) -> W
fn from(writer: W<RETENTION_CTRL3_SPEC>) -> W
Converts to this type from the input type.