pub struct R(/* private fields */);Expand description
Register CLOCK_FORCE reader
Implementations§
Source§impl R
impl R
Sourcepub fn mgmt_clkforce(&self) -> MGMT_CLKFORCE_R
pub fn mgmt_clkforce(&self) -> MGMT_CLKFORCE_R
Bit 0 - Set HIGH to force all clocks in PD_AON domain that runs on SYSCLK to run.
Sourcepub fn sys_clkforce(&self) -> SYS_CLKFORCE_R
pub fn sys_clkforce(&self) -> SYS_CLKFORCE_R
Bit 1 - Set HIGH to force all clocks in PD_SYS to run.
Sourcepub fn debug_clkforce(&self) -> DEBUG_CLKFORCE_R
pub fn debug_clkforce(&self) -> DEBUG_CLKFORCE_R
Bit 2 - Set HIGH to force all clocks in PD_DEBUG to run.
Sourcepub fn cpu0_clkforce(&self) -> CPU0_CLKFORCE_R
pub fn cpu0_clkforce(&self) -> CPU0_CLKFORCE_R
Bit 4 - Set HIGH to force PD_CPU0 Local clocks to run.
Sourcepub fn aonclk_force(&self) -> AONCLK_FORCE_R
pub fn aonclk_force(&self) -> AONCLK_FORCE_R
Bit 16 - Set HIGH to request the input AONCLK source to stay ON.
Sourcepub fn sysclk_force(&self) -> SYSCLK_FORCE_R
pub fn sysclk_force(&self) -> SYSCLK_FORCE_R
Bit 17 - Set HIGH to request the input SYSCLK source to stay ON.
Sourcepub fn cpu0clk_force(&self) -> CPU0CLK_FORCE_R
pub fn cpu0clk_force(&self) -> CPU0CLK_FORCE_R
Bit 19 - Set HIGH to request the input CPU0CLK source to stay ON..
Methods from Deref<Target = R<CLOCK_FORCE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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