pub struct R(/* private fields */);
Expand description
Register tmr%s_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn tmr_reload(&self) -> TMR_RELOAD_R
pub fn tmr_reload(&self) -> TMR_RELOAD_R
Bit 1
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_clk_pres(&self) -> TMR_CLK_PRES_R
pub fn tmr_clk_pres(&self) -> TMR_CLK_PRES_R
Bits 4:6
sourcepub fn tmr_mode(&self) -> TMR_MODE_R
pub fn tmr_mode(&self) -> TMR_MODE_R
Bit 7
Methods from Deref<Target = R<TMR_CTRL_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