Struct esp32c6::pmu::hp_active_sysclk::W
source · pub struct W(_);
Expand description
Register HP_ACTIVE_SYSCLK
writer
Implementations§
source§impl W
impl W
sourcepub fn hp_active_dig_sys_clk_no_div(
&mut self
) -> HP_ACTIVE_DIG_SYS_CLK_NO_DIV_W<'_, 26>
pub fn hp_active_dig_sys_clk_no_div( &mut self ) -> HP_ACTIVE_DIG_SYS_CLK_NO_DIV_W<'_, 26>
Bit 26 - need_des
sourcepub fn hp_active_icg_sys_clock_en(
&mut self
) -> HP_ACTIVE_ICG_SYS_CLOCK_EN_W<'_, 27>
pub fn hp_active_icg_sys_clock_en( &mut self ) -> HP_ACTIVE_ICG_SYS_CLOCK_EN_W<'_, 27>
Bit 27 - need_des
sourcepub fn hp_active_sys_clk_slp_sel(
&mut self
) -> HP_ACTIVE_SYS_CLK_SLP_SEL_W<'_, 28>
pub fn hp_active_sys_clk_slp_sel( &mut self ) -> HP_ACTIVE_SYS_CLK_SLP_SEL_W<'_, 28>
Bit 28 - need_des
sourcepub fn hp_active_icg_slp_sel(&mut self) -> HP_ACTIVE_ICG_SLP_SEL_W<'_, 29>
pub fn hp_active_icg_slp_sel(&mut self) -> HP_ACTIVE_ICG_SLP_SEL_W<'_, 29>
Bit 29 - need_des
sourcepub fn hp_active_dig_sys_clk_sel(
&mut self
) -> HP_ACTIVE_DIG_SYS_CLK_SEL_W<'_, 30>
pub fn hp_active_dig_sys_clk_sel( &mut self ) -> HP_ACTIVE_DIG_SYS_CLK_SEL_W<'_, 30>
Bits 30:31 - need_des
Methods from Deref<Target = W<HP_ACTIVE_SYSCLK_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