pub struct R(_);
Expand description
Register LSTIMER3_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn lstimer3_duty_res(&self) -> LSTIMER3_DUTY_RES_R
pub fn lstimer3_duty_res(&self) -> LSTIMER3_DUTY_RES_R
Bits 0:3 - reg_lstimer3_duty_res.
sourcepub fn clk_div_lstimer3(&self) -> CLK_DIV_LSTIMER3_R
pub fn clk_div_lstimer3(&self) -> CLK_DIV_LSTIMER3_R
Bits 4:21 - reg_clk_div_lstimer3.
sourcepub fn lstimer3_pause(&self) -> LSTIMER3_PAUSE_R
pub fn lstimer3_pause(&self) -> LSTIMER3_PAUSE_R
Bit 22 - reg_lstimer3_pause.
sourcepub fn lstimer3_rst(&self) -> LSTIMER3_RST_R
pub fn lstimer3_rst(&self) -> LSTIMER3_RST_R
Bit 23 - reg_lstimer3_rst.
sourcepub fn tick_sel_lstimer3(&self) -> TICK_SEL_LSTIMER3_R
pub fn tick_sel_lstimer3(&self) -> TICK_SEL_LSTIMER3_R
Bit 24 - reg_tick_sel_lstimer3.
Methods from Deref<Target = R<LSTIMER3_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<LSTIMER3_CONF_SPEC>> for R
impl From<R<LSTIMER3_CONF_SPEC>> for R
sourcefn from(reader: R<LSTIMER3_CONF_SPEC>) -> Self
fn from(reader: R<LSTIMER3_CONF_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