Struct esp32c2_hal::pac::extmem::cache_ilg_int_clr::W
pub struct W(_);
Expand description
Register CACHE_ILG_INT_CLR
writer
Implementations
impl W
impl W
pub fn icache_sync_op_fault_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 0>
pub fn icache_sync_op_fault_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - The bit is used to clear interrupt by sync configurations fault.
pub fn icache_preload_op_fault_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 1>
pub fn icache_preload_op_fault_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - The bit is used to clear interrupt by preload configurations fault.
pub fn mmu_entry_fault_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 5>
pub fn mmu_entry_fault_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 5>
Bit 5 - The bit is used to clear interrupt by mmu entry fault.
pub fn ibus_cnt_ovf_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 7>
pub fn ibus_cnt_ovf_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 7>
Bit 7 - The bit is used to clear interrupt by ibus counter overflow.
pub fn dbus_cnt_ovf_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 8>
pub fn dbus_cnt_ovf_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, CACHE_ILG_INT_CLR_SPEC, bool, BitM, 8>
Bit 8 - The bit is used to clear interrupt by dbus counter overflow.
Methods from Deref<Target = W<CACHE_ILG_INT_CLR_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_ILG_INT_CLR_SPEC>> for W
impl From<W<CACHE_ILG_INT_CLR_SPEC>> for W
fn from(writer: W<CACHE_ILG_INT_CLR_SPEC>) -> W
fn from(writer: W<CACHE_ILG_INT_CLR_SPEC>) -> W
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