pub struct W(/* private fields */);Expand description
Register CLOCK_FORCE writer
Implementations§
Source§impl W
impl W
Sourcepub fn mgmt_clkforce(&mut self) -> MGMT_CLKFORCE_W<'_, 0>
pub fn mgmt_clkforce(&mut self) -> MGMT_CLKFORCE_W<'_, 0>
Bit 0 - Set HIGH to force all clocks in PD_AON domain that runs on SYSCLK to run.
Sourcepub fn sys_clkforce(&mut self) -> SYS_CLKFORCE_W<'_, 1>
pub fn sys_clkforce(&mut self) -> SYS_CLKFORCE_W<'_, 1>
Bit 1 - Set HIGH to force all clocks in PD_SYS to run.
Sourcepub fn debug_clkforce(&mut self) -> DEBUG_CLKFORCE_W<'_, 2>
pub fn debug_clkforce(&mut self) -> DEBUG_CLKFORCE_W<'_, 2>
Bit 2 - Set HIGH to force all clocks in PD_DEBUG to run.
Sourcepub fn cpu0_clkforce(&mut self) -> CPU0_CLKFORCE_W<'_, 4>
pub fn cpu0_clkforce(&mut self) -> CPU0_CLKFORCE_W<'_, 4>
Bit 4 - Set HIGH to force PD_CPU0 Local clocks to run.
Sourcepub fn aonclk_force(&mut self) -> AONCLK_FORCE_W<'_, 16>
pub fn aonclk_force(&mut self) -> AONCLK_FORCE_W<'_, 16>
Bit 16 - Set HIGH to request the input AONCLK source to stay ON.
Sourcepub fn sysclk_force(&mut self) -> SYSCLK_FORCE_W<'_, 17>
pub fn sysclk_force(&mut self) -> SYSCLK_FORCE_W<'_, 17>
Bit 17 - Set HIGH to request the input SYSCLK source to stay ON.
Sourcepub fn cpu0clk_force(&mut self) -> CPU0CLK_FORCE_W<'_, 19>
pub fn cpu0clk_force(&mut self) -> CPU0CLK_FORCE_W<'_, 19>
Bit 19 - Set HIGH to request the input CPU0CLK source to stay ON..
Methods from Deref<Target = W<CLOCK_FORCE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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