pub type R = R<INT_RAW_SPEC>;Expand description
Register INT_RAW 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
reg_lstimer(0-3)_ovf_int_raw.
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: reg_lstimer(0-3)_ovf_int_raw.
sourcepub fn timer0_ovf(&self) -> TIMER_OVF_R
pub fn timer0_ovf(&self) -> TIMER_OVF_R
Bit 0 - reg_lstimer0_ovf_int_raw.
sourcepub fn timer1_ovf(&self) -> TIMER_OVF_R
pub fn timer1_ovf(&self) -> TIMER_OVF_R
Bit 1 - reg_lstimer1_ovf_int_raw.
sourcepub fn timer2_ovf(&self) -> TIMER_OVF_R
pub fn timer2_ovf(&self) -> TIMER_OVF_R
Bit 2 - reg_lstimer2_ovf_int_raw.
sourcepub fn timer3_ovf(&self) -> TIMER_OVF_R
pub fn timer3_ovf(&self) -> TIMER_OVF_R
Bit 3 - reg_lstimer3_ovf_int_raw.
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
Interrupt raw bit for channel (0-5). Triggered when the gradual change of duty has finished.
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: Interrupt raw bit for channel (0-5). Triggered when the gradual change of duty has finished.
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 - Interrupt raw bit for channel 0. Triggered when the gradual change of duty has finished.
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 - Interrupt raw bit for channel 1. Triggered when the gradual change of duty has finished.
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 - Interrupt raw bit for channel 2. Triggered when the gradual change of duty has finished.
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 - Interrupt raw bit for channel 3. Triggered when the gradual change of duty has finished.
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 - Interrupt raw bit for channel 4. Triggered when the gradual change of duty has finished.
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 - Interrupt raw bit for channel 5. Triggered when the gradual change of duty has finished.
sourcepub fn ovf_cnt_ch(&self, n: u8) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch(&self, n: u8) -> OVF_CNT_CH_R
Interrupt raw bit for channel (0-5). Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
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: Interrupt raw bit for channel (0-5). Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
sourcepub fn ovf_cnt_ch0(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch0(&self) -> OVF_CNT_CH_R
Bit 10 - Interrupt raw bit for channel 0. Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
sourcepub fn ovf_cnt_ch1(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch1(&self) -> OVF_CNT_CH_R
Bit 11 - Interrupt raw bit for channel 1. Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
sourcepub fn ovf_cnt_ch2(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch2(&self) -> OVF_CNT_CH_R
Bit 12 - Interrupt raw bit for channel 2. Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
sourcepub fn ovf_cnt_ch3(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch3(&self) -> OVF_CNT_CH_R
Bit 13 - Interrupt raw bit for channel 3. Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
sourcepub fn ovf_cnt_ch4(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch4(&self) -> OVF_CNT_CH_R
Bit 14 - Interrupt raw bit for channel 4. Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.
sourcepub fn ovf_cnt_ch5(&self) -> OVF_CNT_CH_R
pub fn ovf_cnt_ch5(&self) -> OVF_CNT_CH_R
Bit 15 - Interrupt raw bit for channel 5. Triggered when the OVF_CNT has reached the value specified by LEDC.CHx.CONF0.OVF_NUM.