Struct esp32s3_hal::pac::extmem::cache_vaddr::W
pub struct W(_);
Expand description
Register CACHE_VADDR
writer
Implementations§
§impl W
impl W
pub fn cache_vaddr(
&mut self
) -> FieldWriterRaw<'_, u32, CACHE_VADDR_SPEC, u32, u32, Unsafe, 32, 0>
pub fn cache_vaddr(
&mut self
) -> FieldWriterRaw<'_, u32, CACHE_VADDR_SPEC, u32, u32, Unsafe, 32, 0>
Bits 0:31 - Those bits stores the virtual address which will decide where inside the specified tag memory object will be accessed.
Methods from Deref<Target = W<CACHE_VADDR_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<CACHE_VADDR_SPEC>> for W
impl From<W<CACHE_VADDR_SPEC>> for W
§fn from(writer: W<CACHE_VADDR_SPEC>) -> W
fn from(writer: W<CACHE_VADDR_SPEC>) -> W
Converts to this type from the input type.