Struct esp32c2_hal::pac::ledc::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations
impl R
impl R
pub fn ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - Triggered when the timer0 has reached its maximum counter value.
pub fn timer1_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn timer1_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - Triggered when the timer1 has reached its maximum counter value.
pub fn timer2_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn timer2_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - Triggered when the timer2 has reached its maximum counter value.
pub fn timer3_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn timer3_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - Triggered when the timer3 has reached its maximum counter value.
pub fn duty_chng_end_ch0_int_raw(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch0_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - Interrupt raw bit for channel 0. Triggered when the gradual change of duty has finished.
pub fn duty_chng_end_ch1_int_raw(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch1_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - Interrupt raw bit for channel 1. Triggered when the gradual change of duty has finished.
pub fn duty_chng_end_ch2_int_raw(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch2_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - Interrupt raw bit for channel 2. Triggered when the gradual change of duty has finished.
pub fn duty_chng_end_ch3_int_raw(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch3_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - Interrupt raw bit for channel 3. Triggered when the gradual change of duty has finished.
pub fn duty_chng_end_ch4_int_raw(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch4_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - Interrupt raw bit for channel 4. Triggered when the gradual change of duty has finished.
pub fn duty_chng_end_ch5_int_raw(&self) -> BitReaderRaw<bool>
pub fn duty_chng_end_ch5_int_raw(&self) -> BitReaderRaw<bool>
Bit 9 - Interrupt raw bit for channel 5. Triggered when the gradual change of duty has finished.
pub fn ovf_cnt_ch0_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch0_int_raw(&self) -> BitReaderRaw<bool>
Bit 10 - Interrupt raw bit for channel 0. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH0.
pub fn ovf_cnt_ch1_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch1_int_raw(&self) -> BitReaderRaw<bool>
Bit 11 - Interrupt raw bit for channel 1. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH1.
pub fn ovf_cnt_ch2_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch2_int_raw(&self) -> BitReaderRaw<bool>
Bit 12 - Interrupt raw bit for channel 2. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH2.
pub fn ovf_cnt_ch3_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch3_int_raw(&self) -> BitReaderRaw<bool>
Bit 13 - Interrupt raw bit for channel 3. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH3.
pub fn ovf_cnt_ch4_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch4_int_raw(&self) -> BitReaderRaw<bool>
Bit 14 - Interrupt raw bit for channel 4. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH4.
pub fn ovf_cnt_ch5_int_raw(&self) -> BitReaderRaw<bool>
pub fn ovf_cnt_ch5_int_raw(&self) -> BitReaderRaw<bool>
Bit 15 - Interrupt raw bit for channel 5. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH5.
Methods from Deref<Target = R<INT_RAW_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.