Struct esp32_hal::pac::dport::pro_cache_lock_1_addr::W
pub struct W(_);
Expand description
Register PRO_CACHE_LOCK_1_ADDR
writer
Implementations§
§impl W
impl W
pub fn pre(
&mut self
) -> FieldWriterRaw<'_, u32, PRO_CACHE_LOCK_1_ADDR_SPEC, u16, u16, Unsafe, 14, 0>
pub fn pre(
&mut self
) -> FieldWriterRaw<'_, u32, PRO_CACHE_LOCK_1_ADDR_SPEC, u16, u16, Unsafe, 14, 0>
Bits 0:13
pub fn min(
&mut self
) -> FieldWriterRaw<'_, u32, PRO_CACHE_LOCK_1_ADDR_SPEC, u8, u8, Unsafe, 4, 14>
pub fn min(
&mut self
) -> FieldWriterRaw<'_, u32, PRO_CACHE_LOCK_1_ADDR_SPEC, u8, u8, Unsafe, 4, 14>
Bits 14:17
pub fn max(
&mut self
) -> FieldWriterRaw<'_, u32, PRO_CACHE_LOCK_1_ADDR_SPEC, u8, u8, Unsafe, 4, 18>
pub fn max(
&mut self
) -> FieldWriterRaw<'_, u32, PRO_CACHE_LOCK_1_ADDR_SPEC, u8, u8, Unsafe, 4, 18>
Bits 18:21
Methods from Deref<Target = W<PRO_CACHE_LOCK_1_ADDR_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<PRO_CACHE_LOCK_1_ADDR_SPEC>> for W
impl From<W<PRO_CACHE_LOCK_1_ADDR_SPEC>> for W
§fn from(writer: W<PRO_CACHE_LOCK_1_ADDR_SPEC>) -> W
fn from(writer: W<PRO_CACHE_LOCK_1_ADDR_SPEC>) -> W
Converts to this type from the input type.