pub type R = R<INT_ENA_SPEC>;
Expand description
Register INT_ENA
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn timer_ovf(&self, n: u8) -> TIMER_OVF_R
pub fn timer_ovf(&self, n: u8) -> TIMER_OVF_R
The interrupt enable bit for the TIMER(0-3)_OVF interrupt.
Sourcepub fn timer_ovf_iter(&self) -> impl Iterator<Item = TIMER_OVF_R> + '_
pub fn timer_ovf_iter(&self) -> impl Iterator<Item = TIMER_OVF_R> + '_
Iterator for array of: The interrupt enable bit for the TIMER(0-3)_OVF interrupt.
Sourcepub fn timer0_ovf(&self) -> TIMER_OVF_R
pub fn timer0_ovf(&self) -> TIMER_OVF_R
Bit 0 - The interrupt enable bit for the TIMER0_OVF interrupt.
Sourcepub fn timer1_ovf(&self) -> TIMER_OVF_R
pub fn timer1_ovf(&self) -> TIMER_OVF_R
Bit 1 - The interrupt enable bit for the TIMER1_OVF interrupt.
Sourcepub fn timer2_ovf(&self) -> TIMER_OVF_R
pub fn timer2_ovf(&self) -> TIMER_OVF_R
Bit 2 - The interrupt enable bit for the TIMER2_OVF interrupt.
Sourcepub fn timer3_ovf(&self) -> TIMER_OVF_R
pub fn timer3_ovf(&self) -> TIMER_OVF_R
Bit 3 - The interrupt enable bit for the TIMER3_OVF interrupt.
Sourcepub fn duty_chng_end_ch(&self, n: u8) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch(&self, n: u8) -> DUTY_CHNG_END_CH_R
The interrupt enable bit for the DUTY_CHNG_END_CH(0-5) interrupt.
Sourcepub fn duty_chng_end_ch_iter(
&self,
) -> impl Iterator<Item = DUTY_CHNG_END_CH_R> + '_
pub fn duty_chng_end_ch_iter( &self, ) -> impl Iterator<Item = DUTY_CHNG_END_CH_R> + '_
Iterator for array of: The interrupt enable bit for the DUTY_CHNG_END_CH(0-5) interrupt.
Sourcepub fn duty_chng_end_ch0(&self) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch0(&self) -> DUTY_CHNG_END_CH_R
Bit 4 - The interrupt enable bit for the DUTY_CHNG_END_CH0 interrupt.
Sourcepub fn duty_chng_end_ch1(&self) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch1(&self) -> DUTY_CHNG_END_CH_R
Bit 5 - The interrupt enable bit for the DUTY_CHNG_END_CH1 interrupt.
Sourcepub fn duty_chng_end_ch2(&self) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch2(&self) -> DUTY_CHNG_END_CH_R
Bit 6 - The interrupt enable bit for the DUTY_CHNG_END_CH2 interrupt.
Sourcepub fn duty_chng_end_ch3(&self) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch3(&self) -> DUTY_CHNG_END_CH_R
Bit 7 - The interrupt enable bit for the DUTY_CHNG_END_CH3 interrupt.
Sourcepub fn duty_chng_end_ch4(&self) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch4(&self) -> DUTY_CHNG_END_CH_R
Bit 8 - The interrupt enable bit for the DUTY_CHNG_END_CH4 interrupt.
Sourcepub fn duty_chng_end_ch5(&self) -> DUTY_CHNG_END_CH_R
pub fn duty_chng_end_ch5(&self) -> DUTY_CHNG_END_CH_R
Bit 9 - The interrupt enable bit for the DUTY_CHNG_END_CH5 interrupt.
Sourcepub fn ovf_cnt_ch(&self, n: u8) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch(&self, n: u8) -> OVF_CNT_CH_R
The interrupt enable bit for the OVF_CNT_CH(0-5) interrupt.
Sourcepub fn ovf_cnt_ch_iter(&self) -> impl Iterator<Item = OVF_CNT_CH_R> + '_
pub fn ovf_cnt_ch_iter(&self) -> impl Iterator<Item = OVF_CNT_CH_R> + '_
Iterator for array of: The interrupt enable bit for the OVF_CNT_CH(0-5) interrupt.
Sourcepub fn ovf_cnt_ch0(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch0(&self) -> OVF_CNT_CH_R
Bit 12 - The interrupt enable bit for the OVF_CNT_CH0 interrupt.
Sourcepub fn ovf_cnt_ch1(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch1(&self) -> OVF_CNT_CH_R
Bit 13 - The interrupt enable bit for the OVF_CNT_CH1 interrupt.
Sourcepub fn ovf_cnt_ch2(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch2(&self) -> OVF_CNT_CH_R
Bit 14 - The interrupt enable bit for the OVF_CNT_CH2 interrupt.
Sourcepub fn ovf_cnt_ch3(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch3(&self) -> OVF_CNT_CH_R
Bit 15 - The interrupt enable bit for the OVF_CNT_CH3 interrupt.
Sourcepub fn ovf_cnt_ch4(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch4(&self) -> OVF_CNT_CH_R
Bit 16 - The interrupt enable bit for the OVF_CNT_CH4 interrupt.
Sourcepub fn ovf_cnt_ch5(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch5(&self) -> OVF_CNT_CH_R
Bit 17 - The interrupt enable bit for the OVF_CNT_CH5 interrupt.