pub struct R(_);
Expand description
Register LSCH2_CONF0
reader
Implementations
sourceimpl R
impl R
sourcepub fn timer_sel_lsch2(&self) -> TIMER_SEL_LSCH2_R
pub fn timer_sel_lsch2(&self) -> TIMER_SEL_LSCH2_R
Bits 0:1 - reg_timer_sel_lsch2.
sourcepub fn sig_out_en_lsch2(&self) -> SIG_OUT_EN_LSCH2_R
pub fn sig_out_en_lsch2(&self) -> SIG_OUT_EN_LSCH2_R
Bit 2 - reg_sig_out_en_lsch2.
sourcepub fn idle_lv_lsch2(&self) -> IDLE_LV_LSCH2_R
pub fn idle_lv_lsch2(&self) -> IDLE_LV_LSCH2_R
Bit 3 - reg_idle_lv_lsch2.
sourcepub fn ovf_num_lsch2(&self) -> OVF_NUM_LSCH2_R
pub fn ovf_num_lsch2(&self) -> OVF_NUM_LSCH2_R
Bits 5:14 - reg_ovf_num_lsch2.
sourcepub fn ovf_cnt_en_lsch2(&self) -> OVF_CNT_EN_LSCH2_R
pub fn ovf_cnt_en_lsch2(&self) -> OVF_CNT_EN_LSCH2_R
Bit 15 - reg_ovf_cnt_en_lsch2.
Methods from Deref<Target = R<LSCH2_CONF0_SPEC>>
Trait Implementations
sourceimpl From<R<LSCH2_CONF0_SPEC>> for R
impl From<R<LSCH2_CONF0_SPEC>> for R
sourcefn from(reader: R<LSCH2_CONF0_SPEC>) -> Self
fn from(reader: R<LSCH2_CONF0_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