pub struct W(_);Expand description
Register CPU_PERI_CLK_EN writer
Implementations
sourceimpl W
impl W
sourcepub fn clk_en_assist_debug(&mut self) -> CLK_EN_ASSIST_DEBUG_W<'_, 6>
pub fn clk_en_assist_debug(&mut self) -> CLK_EN_ASSIST_DEBUG_W<'_, 6>
Bit 6 - reg_clk_en_assist_debug
sourcepub fn clk_en_dedicated_gpio(&mut self) -> CLK_EN_DEDICATED_GPIO_W<'_, 7>
pub fn clk_en_dedicated_gpio(&mut self) -> CLK_EN_DEDICATED_GPIO_W<'_, 7>
Bit 7 - reg_clk_en_dedicated_gpio
Methods from Deref<Target = W<CPU_PERI_CLK_EN_SPEC>>
Trait Implementations
sourceimpl From<W<CPU_PERI_CLK_EN_SPEC>> for W
impl From<W<CPU_PERI_CLK_EN_SPEC>> for W
sourcefn from(writer: W<CPU_PERI_CLK_EN_SPEC>) -> Self
fn from(writer: W<CPU_PERI_CLK_EN_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