pub struct R(_);
Expand description
Register STEP
reader
Implementations§
source§impl R
impl R
sourcepub fn timer_xtal_step(&self) -> TIMER_XTAL_STEP_R
pub fn timer_xtal_step(&self) -> TIMER_XTAL_STEP_R
Bits 0:9 - Set system timer increment step when using XTAL_CLK.
sourcepub fn timer_pll_step(&self) -> TIMER_PLL_STEP_R
pub fn timer_pll_step(&self) -> TIMER_PLL_STEP_R
Bits 10:19 - Set system timer increment step when using PLL_CLK
Methods from Deref<Target = R<STEP_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