pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
source§impl R
impl R
sourcepub fn lstimer0_ovf_int_st(&self) -> LSTIMER0_OVF_INT_ST_R
pub fn lstimer0_ovf_int_st(&self) -> LSTIMER0_OVF_INT_ST_R
Bit 0 - reg_lstimer0_ovf_int_st.
sourcepub fn lstimer1_ovf_int_st(&self) -> LSTIMER1_OVF_INT_ST_R
pub fn lstimer1_ovf_int_st(&self) -> LSTIMER1_OVF_INT_ST_R
Bit 1 - reg_lstimer1_ovf_int_st.
sourcepub fn lstimer2_ovf_int_st(&self) -> LSTIMER2_OVF_INT_ST_R
pub fn lstimer2_ovf_int_st(&self) -> LSTIMER2_OVF_INT_ST_R
Bit 2 - reg_lstimer2_ovf_int_st.
sourcepub fn lstimer3_ovf_int_st(&self) -> LSTIMER3_OVF_INT_ST_R
pub fn lstimer3_ovf_int_st(&self) -> LSTIMER3_OVF_INT_ST_R
Bit 3 - reg_lstimer3_ovf_int_st.
sourcepub fn duty_chng_end_lsch0_int_st(&self) -> DUTY_CHNG_END_LSCH0_INT_ST_R
pub fn duty_chng_end_lsch0_int_st(&self) -> DUTY_CHNG_END_LSCH0_INT_ST_R
Bit 4 - reg_duty_chng_end_lsch0_int_st.
sourcepub fn duty_chng_end_lsch1_int_st(&self) -> DUTY_CHNG_END_LSCH1_INT_ST_R
pub fn duty_chng_end_lsch1_int_st(&self) -> DUTY_CHNG_END_LSCH1_INT_ST_R
Bit 5 - reg_duty_chng_end_lsch1_int_st.
sourcepub fn duty_chng_end_lsch2_int_st(&self) -> DUTY_CHNG_END_LSCH2_INT_ST_R
pub fn duty_chng_end_lsch2_int_st(&self) -> DUTY_CHNG_END_LSCH2_INT_ST_R
Bit 6 - reg_duty_chng_end_lsch2_int_st.
sourcepub fn duty_chng_end_lsch3_int_st(&self) -> DUTY_CHNG_END_LSCH3_INT_ST_R
pub fn duty_chng_end_lsch3_int_st(&self) -> DUTY_CHNG_END_LSCH3_INT_ST_R
Bit 7 - reg_duty_chng_end_lsch3_int_st.
sourcepub fn duty_chng_end_lsch4_int_st(&self) -> DUTY_CHNG_END_LSCH4_INT_ST_R
pub fn duty_chng_end_lsch4_int_st(&self) -> DUTY_CHNG_END_LSCH4_INT_ST_R
Bit 8 - reg_duty_chng_end_lsch4_int_st.
sourcepub fn duty_chng_end_lsch5_int_st(&self) -> DUTY_CHNG_END_LSCH5_INT_ST_R
pub fn duty_chng_end_lsch5_int_st(&self) -> DUTY_CHNG_END_LSCH5_INT_ST_R
Bit 9 - reg_duty_chng_end_lsch5_int_st.
sourcepub fn ovf_cnt_lsch0_int_st(&self) -> OVF_CNT_LSCH0_INT_ST_R
pub fn ovf_cnt_lsch0_int_st(&self) -> OVF_CNT_LSCH0_INT_ST_R
Bit 10 - reg_ovf_cnt_lsch0_int_st.
sourcepub fn ovf_cnt_lsch1_int_st(&self) -> OVF_CNT_LSCH1_INT_ST_R
pub fn ovf_cnt_lsch1_int_st(&self) -> OVF_CNT_LSCH1_INT_ST_R
Bit 11 - reg_ovf_cnt_lsch1_int_st.
sourcepub fn ovf_cnt_lsch2_int_st(&self) -> OVF_CNT_LSCH2_INT_ST_R
pub fn ovf_cnt_lsch2_int_st(&self) -> OVF_CNT_LSCH2_INT_ST_R
Bit 12 - reg_ovf_cnt_lsch2_int_st.
sourcepub fn ovf_cnt_lsch3_int_st(&self) -> OVF_CNT_LSCH3_INT_ST_R
pub fn ovf_cnt_lsch3_int_st(&self) -> OVF_CNT_LSCH3_INT_ST_R
Bit 13 - reg_ovf_cnt_lsch3_int_st.
sourcepub fn ovf_cnt_lsch4_int_st(&self) -> OVF_CNT_LSCH4_INT_ST_R
pub fn ovf_cnt_lsch4_int_st(&self) -> OVF_CNT_LSCH4_INT_ST_R
Bit 14 - reg_ovf_cnt_lsch4_int_st.
sourcepub fn ovf_cnt_lsch5_int_st(&self) -> OVF_CNT_LSCH5_INT_ST_R
pub fn ovf_cnt_lsch5_int_st(&self) -> OVF_CNT_LSCH5_INT_ST_R
Bit 15 - reg_ovf_cnt_lsch5_int_st.
Methods from Deref<Target = R<INT_ST_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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