pub struct W(/* private fields */);
Expand description
Register tmr%s_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn tmr_reload(&mut self) -> TMR_RELOAD_W<'_, 1>
pub fn tmr_reload(&mut self) -> TMR_RELOAD_W<'_, 1>
Bit 1
sourcepub fn tmr_clk_src(&mut self) -> TMR_CLK_SRC_W<'_, 2>
pub fn tmr_clk_src(&mut self) -> TMR_CLK_SRC_W<'_, 2>
Bits 2:3
sourcepub fn tmr_clk_pres(&mut self) -> TMR_CLK_PRES_W<'_, 4>
pub fn tmr_clk_pres(&mut self) -> TMR_CLK_PRES_W<'_, 4>
Bits 4:6
sourcepub fn tmr_mode(&mut self) -> TMR_MODE_W<'_, 7>
pub fn tmr_mode(&mut self) -> TMR_MODE_W<'_, 7>
Bit 7
Methods from Deref<Target = W<TMR_CTRL_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