pub struct R(_);Expand description
Register tmr%s_ctrl reader
Implementations
sourceimpl R
impl R
sourcepub fn tmr_mode(&self) -> TMR_MODE_R
pub fn tmr_mode(&self) -> TMR_MODE_R
Bit 7
sourcepub fn tmr_clk_pres(&self) -> TMR_CLK_PRES_R
pub fn tmr_clk_pres(&self) -> TMR_CLK_PRES_R
Bits 4:6
sourcepub fn tmr_clk_src(&self) -> TMR_CLK_SRC_R
pub fn tmr_clk_src(&self) -> TMR_CLK_SRC_R
Bits 2:3
sourcepub fn tmr_reload(&self) -> TMR_RELOAD_R
pub fn tmr_reload(&self) -> TMR_RELOAD_R
Bit 1
Methods from Deref<Target = R<TMR_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<TMR_CTRL_SPEC>> for R
impl From<R<TMR_CTRL_SPEC>> for R
sourcefn from(reader: R<TMR_CTRL_SPEC>) -> Self
fn from(reader: R<TMR_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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