pub struct W(_);
Expand description
Register PG_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn power_glitch_dsense(&mut self) -> POWER_GLITCH_DSENSE_W<'_, 26>
pub fn power_glitch_dsense(&mut self) -> POWER_GLITCH_DSENSE_W<'_, 26>
Bits 26:27 - GLITCH_DSENSE
sourcepub fn power_glitch_force_pd(&mut self) -> POWER_GLITCH_FORCE_PD_W<'_, 28>
pub fn power_glitch_force_pd(&mut self) -> POWER_GLITCH_FORCE_PD_W<'_, 28>
Bit 28 - force power glitch disable
sourcepub fn power_glitch_force_pu(&mut self) -> POWER_GLITCH_FORCE_PU_W<'_, 29>
pub fn power_glitch_force_pu(&mut self) -> POWER_GLITCH_FORCE_PU_W<'_, 29>
Bit 29 - force power glitch enable
sourcepub fn power_glitch_efuse_sel(&mut self) -> POWER_GLITCH_EFUSE_SEL_W<'_, 30>
pub fn power_glitch_efuse_sel(&mut self) -> POWER_GLITCH_EFUSE_SEL_W<'_, 30>
Bit 30 - select use analog fib signal
sourcepub fn power_glitch_en(&mut self) -> POWER_GLITCH_EN_W<'_, 31>
pub fn power_glitch_en(&mut self) -> POWER_GLITCH_EN_W<'_, 31>
Bit 31 - enable power glitch
Methods from Deref<Target = W<PG_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<PG_CTRL_SPEC>> for W
impl From<W<PG_CTRL_SPEC>> for W
sourcefn from(writer: W<PG_CTRL_SPEC>) -> Self
fn from(writer: W<PG_CTRL_SPEC>) -> Self
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