pub struct W(_);Expand description
Register REGCLK writer
Implementations
sourceimpl W
impl W
sourcepub fn wdt_clk_is_active(&mut self) -> WDT_CLK_IS_ACTIVE_W<'_, 29>
pub fn wdt_clk_is_active(&mut self) -> WDT_CLK_IS_ACTIVE_W<'_, 29>
Bit 29 - reg_wdt_clk_is_active.
sourcepub fn timer_clk_is_active(&mut self) -> TIMER_CLK_IS_ACTIVE_W<'_, 30>
pub fn timer_clk_is_active(&mut self) -> TIMER_CLK_IS_ACTIVE_W<'_, 30>
Bit 30 - reg_timer_clk_is_active.
Methods from Deref<Target = W<REGCLK_SPEC>>
Trait Implementations
sourceimpl From<W<REGCLK_SPEC>> for W
impl From<W<REGCLK_SPEC>> for W
sourcefn from(writer: W<REGCLK_SPEC>) -> Self
fn from(writer: W<REGCLK_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