Struct esp32s2::interrupt_core0::clock_gate::W
source · pub struct W(_);Expand description
Register CLOCK_GATE writer
Implementations§
source§impl W
impl W
sourcepub fn clk_en(&mut self) -> CLK_EN_W<'_, 0>
pub fn clk_en(&mut self) -> CLK_EN_W<'_, 0>
Bit 0 - This bit is used to enable or disable the clock of interrupt matrix. 1: enable the clock. 0: disable the clock.
sourcepub fn pro_nmi_mask_hw(&mut self) -> PRO_NMI_MASK_HW_W<'_, 1>
pub fn pro_nmi_mask_hw(&mut self) -> PRO_NMI_MASK_HW_W<'_, 1>
Bit 1 - This bit is used to disable all NMI interrupt signals to CPU.
Methods from Deref<Target = W<CLOCK_GATE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more