Struct esp32c2_hal::pac::extmem::cache_preload_int_ctrl::W
pub struct W(_);
Expand description
Register CACHE_PRELOAD_INT_CTRL
writer
Implementations§
§impl W
impl W
pub fn icache_preload_int_ena(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_PRELOAD_INT_CTRL_SPEC, bool, BitM, 1>
pub fn icache_preload_int_ena(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_PRELOAD_INT_CTRL_SPEC, bool, BitM, 1>
Bit 1 - The bit is used to enable the interrupt by icache pre-load done.
pub fn icache_preload_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_PRELOAD_INT_CTRL_SPEC, bool, BitM, 2>
pub fn icache_preload_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_PRELOAD_INT_CTRL_SPEC, bool, BitM, 2>
Bit 2 - The bit is used to clear the interrupt by icache pre-load done.
Methods from Deref<Target = W<CACHE_PRELOAD_INT_CTRL_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_PRELOAD_INT_CTRL_SPEC>> for W
impl From<W<CACHE_PRELOAD_INT_CTRL_SPEC>> for W
§fn from(writer: W<CACHE_PRELOAD_INT_CTRL_SPEC>) -> W
fn from(writer: W<CACHE_PRELOAD_INT_CTRL_SPEC>) -> W
Converts to this type from the input type.