Struct esp32s3_hal::pac::ledc::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn timer0_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer0_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The interrupt enable bit for the LEDC_TIMER0_OVF_INT interrupt.
pub fn timer1_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer1_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The interrupt enable bit for the LEDC_TIMER1_OVF_INT interrupt.
pub fn timer2_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer2_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The interrupt enable bit for the LEDC_TIMER2_OVF_INT interrupt.
pub fn timer3_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn timer3_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - The interrupt enable bit for the LEDC_TIMER3_OVF_INT interrupt.
pub fn duty_chng_end_ch0_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch0_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH0_INT interrupt.
pub fn duty_chng_end_ch1_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch1_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH1_INT interrupt.
pub fn duty_chng_end_ch2_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch2_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH2_INT interrupt.
pub fn duty_chng_end_ch3_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch3_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH3_INT interrupt.
pub fn duty_chng_end_ch4_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch4_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH4_INT interrupt.
pub fn duty_chng_end_ch5_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch5_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH5_INT interrupt.
pub fn duty_chng_end_ch6_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch6_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH6_INT interrupt.
pub fn duty_chng_end_ch7_int_ena(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch7_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - The interrupt enable bit for the LEDC_DUTY_CHNG_END_CH7_INT interrupt.
pub fn ovf_cnt_ch0_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch0_int_ena(&self) -> BitReaderRaw<bool>
Bit 12 - The interrupt enable bit for the LEDC_OVF_CNT_CH0_INT interrupt.
pub fn ovf_cnt_ch1_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch1_int_ena(&self) -> BitReaderRaw<bool>
Bit 13 - The interrupt enable bit for the LEDC_OVF_CNT_CH1_INT interrupt.
pub fn ovf_cnt_ch2_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch2_int_ena(&self) -> BitReaderRaw<bool>
Bit 14 - The interrupt enable bit for the LEDC_OVF_CNT_CH2_INT interrupt.
pub fn ovf_cnt_ch3_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch3_int_ena(&self) -> BitReaderRaw<bool>
Bit 15 - The interrupt enable bit for the LEDC_OVF_CNT_CH3_INT interrupt.
pub fn ovf_cnt_ch4_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch4_int_ena(&self) -> BitReaderRaw<bool>
Bit 16 - The interrupt enable bit for the LEDC_OVF_CNT_CH4_INT interrupt.
pub fn ovf_cnt_ch5_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch5_int_ena(&self) -> BitReaderRaw<bool>
Bit 17 - The interrupt enable bit for the LEDC_OVF_CNT_CH5_INT interrupt.
pub fn ovf_cnt_ch6_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch6_int_ena(&self) -> BitReaderRaw<bool>
Bit 18 - The interrupt enable bit for the LEDC_OVF_CNT_CH6_INT interrupt.
pub fn ovf_cnt_ch7_int_ena(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch7_int_ena(&self) -> BitReaderRaw<bool>
Bit 19 - The interrupt enable bit for the LEDC_OVF_CNT_CH7_INT interrupt.
Methods from Deref<Target = R<INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.