pub struct LEDC { /* private fields */ }
Implementations§
Source§impl LEDC
impl LEDC
Sourcepub const PTR: *const <LEDC as Deref>::Target = {0x60007000 as *const <esp32c6::LEDC as core::ops::Deref>::Target}
pub const PTR: *const <LEDC as Deref>::Target = {0x60007000 as *const <esp32c6::LEDC as core::ops::Deref>::Target}
Pointer to the register block
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn ch_conf0(&self, n: usize) -> &Reg<CH_CONF0_SPEC>
pub fn ch_conf0(&self, n: usize) -> &Reg<CH_CONF0_SPEC>
0x00..0x18 - Configuration register 0 for channel %s
Sourcepub fn ch_conf0_iter(&self) -> impl Iterator<Item = &Reg<CH_CONF0_SPEC>>
pub fn ch_conf0_iter(&self) -> impl Iterator<Item = &Reg<CH_CONF0_SPEC>>
Iterator for array of: 0x00..0x18 - Configuration register 0 for channel %s
Sourcepub fn ch0_conf0(&self) -> &Reg<CH_CONF0_SPEC>
pub fn ch0_conf0(&self) -> &Reg<CH_CONF0_SPEC>
0x00 - Configuration register 0 for channel 0
Sourcepub fn ch1_conf0(&self) -> &Reg<CH_CONF0_SPEC>
pub fn ch1_conf0(&self) -> &Reg<CH_CONF0_SPEC>
0x14 - Configuration register 0 for channel 1
Sourcepub fn ch2_conf0(&self) -> &Reg<CH_CONF0_SPEC>
pub fn ch2_conf0(&self) -> &Reg<CH_CONF0_SPEC>
0x28 - Configuration register 0 for channel 2
Sourcepub fn ch3_conf0(&self) -> &Reg<CH_CONF0_SPEC>
pub fn ch3_conf0(&self) -> &Reg<CH_CONF0_SPEC>
0x3c - Configuration register 0 for channel 3
Sourcepub fn ch4_conf0(&self) -> &Reg<CH_CONF0_SPEC>
pub fn ch4_conf0(&self) -> &Reg<CH_CONF0_SPEC>
0x50 - Configuration register 0 for channel 4
Sourcepub fn ch5_conf0(&self) -> &Reg<CH_CONF0_SPEC>
pub fn ch5_conf0(&self) -> &Reg<CH_CONF0_SPEC>
0x64 - Configuration register 0 for channel 5
Sourcepub fn ch_hpoint(&self, n: usize) -> &Reg<CH_HPOINT_SPEC>
pub fn ch_hpoint(&self, n: usize) -> &Reg<CH_HPOINT_SPEC>
0x04..0x1c - High point register for channel %s
Sourcepub fn ch_hpoint_iter(&self) -> impl Iterator<Item = &Reg<CH_HPOINT_SPEC>>
pub fn ch_hpoint_iter(&self) -> impl Iterator<Item = &Reg<CH_HPOINT_SPEC>>
Iterator for array of: 0x04..0x1c - High point register for channel %s
Sourcepub fn ch0_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
pub fn ch0_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
0x04 - High point register for channel 0
Sourcepub fn ch1_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
pub fn ch1_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
0x18 - High point register for channel 1
Sourcepub fn ch2_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
pub fn ch2_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
0x2c - High point register for channel 2
Sourcepub fn ch3_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
pub fn ch3_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
0x40 - High point register for channel 3
Sourcepub fn ch4_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
pub fn ch4_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
0x54 - High point register for channel 4
Sourcepub fn ch5_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
pub fn ch5_hpoint(&self) -> &Reg<CH_HPOINT_SPEC>
0x68 - High point register for channel 5
Sourcepub fn ch_duty(&self, n: usize) -> &Reg<CH_DUTY_SPEC>
pub fn ch_duty(&self, n: usize) -> &Reg<CH_DUTY_SPEC>
0x08..0x20 - Initial duty cycle for channel %s
Sourcepub fn ch_duty_iter(&self) -> impl Iterator<Item = &Reg<CH_DUTY_SPEC>>
pub fn ch_duty_iter(&self) -> impl Iterator<Item = &Reg<CH_DUTY_SPEC>>
Iterator for array of: 0x08..0x20 - Initial duty cycle for channel %s
Sourcepub fn ch0_duty(&self) -> &Reg<CH_DUTY_SPEC>
pub fn ch0_duty(&self) -> &Reg<CH_DUTY_SPEC>
0x08 - Initial duty cycle for channel 0
Sourcepub fn ch1_duty(&self) -> &Reg<CH_DUTY_SPEC>
pub fn ch1_duty(&self) -> &Reg<CH_DUTY_SPEC>
0x1c - Initial duty cycle for channel 1
Sourcepub fn ch2_duty(&self) -> &Reg<CH_DUTY_SPEC>
pub fn ch2_duty(&self) -> &Reg<CH_DUTY_SPEC>
0x30 - Initial duty cycle for channel 2
Sourcepub fn ch3_duty(&self) -> &Reg<CH_DUTY_SPEC>
pub fn ch3_duty(&self) -> &Reg<CH_DUTY_SPEC>
0x44 - Initial duty cycle for channel 3
Sourcepub fn ch4_duty(&self) -> &Reg<CH_DUTY_SPEC>
pub fn ch4_duty(&self) -> &Reg<CH_DUTY_SPEC>
0x58 - Initial duty cycle for channel 4
Sourcepub fn ch5_duty(&self) -> &Reg<CH_DUTY_SPEC>
pub fn ch5_duty(&self) -> &Reg<CH_DUTY_SPEC>
0x6c - Initial duty cycle for channel 5
Sourcepub fn ch_conf1(&self, n: usize) -> &Reg<CH_CONF1_SPEC>
pub fn ch_conf1(&self, n: usize) -> &Reg<CH_CONF1_SPEC>
0x0c..0x24 - Configuration register 1 for channel %s
Sourcepub fn ch_conf1_iter(&self) -> impl Iterator<Item = &Reg<CH_CONF1_SPEC>>
pub fn ch_conf1_iter(&self) -> impl Iterator<Item = &Reg<CH_CONF1_SPEC>>
Iterator for array of: 0x0c..0x24 - Configuration register 1 for channel %s
Sourcepub fn ch0_conf1(&self) -> &Reg<CH_CONF1_SPEC>
pub fn ch0_conf1(&self) -> &Reg<CH_CONF1_SPEC>
0x0c - Configuration register 1 for channel 0
Sourcepub fn ch1_conf1(&self) -> &Reg<CH_CONF1_SPEC>
pub fn ch1_conf1(&self) -> &Reg<CH_CONF1_SPEC>
0x20 - Configuration register 1 for channel 1
Sourcepub fn ch2_conf1(&self) -> &Reg<CH_CONF1_SPEC>
pub fn ch2_conf1(&self) -> &Reg<CH_CONF1_SPEC>
0x34 - Configuration register 1 for channel 2
Sourcepub fn ch3_conf1(&self) -> &Reg<CH_CONF1_SPEC>
pub fn ch3_conf1(&self) -> &Reg<CH_CONF1_SPEC>
0x48 - Configuration register 1 for channel 3
Sourcepub fn ch4_conf1(&self) -> &Reg<CH_CONF1_SPEC>
pub fn ch4_conf1(&self) -> &Reg<CH_CONF1_SPEC>
0x5c - Configuration register 1 for channel 4
Sourcepub fn ch5_conf1(&self) -> &Reg<CH_CONF1_SPEC>
pub fn ch5_conf1(&self) -> &Reg<CH_CONF1_SPEC>
0x70 - Configuration register 1 for channel 5
Sourcepub fn ch_duty_r(&self, n: usize) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch_duty_r(&self, n: usize) -> &Reg<CH_DUTY_R_SPEC>
0x10..0x28 - Current duty cycle for channel %s
Sourcepub fn ch_duty_r_iter(&self) -> impl Iterator<Item = &Reg<CH_DUTY_R_SPEC>>
pub fn ch_duty_r_iter(&self) -> impl Iterator<Item = &Reg<CH_DUTY_R_SPEC>>
Iterator for array of: 0x10..0x28 - Current duty cycle for channel %s
Sourcepub fn ch0_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch0_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
0x10 - Current duty cycle for channel 0
Sourcepub fn ch1_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch1_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
0x24 - Current duty cycle for channel 1
Sourcepub fn ch2_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch2_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
0x38 - Current duty cycle for channel 2
Sourcepub fn ch3_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch3_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
0x4c - Current duty cycle for channel 3
Sourcepub fn ch4_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch4_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
0x60 - Current duty cycle for channel 4
Sourcepub fn ch5_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
pub fn ch5_duty_r(&self) -> &Reg<CH_DUTY_R_SPEC>
0x74 - Current duty cycle for channel 5
Sourcepub fn timer_conf(&self, n: usize) -> &Reg<TIMER_CONF_SPEC>
pub fn timer_conf(&self, n: usize) -> &Reg<TIMER_CONF_SPEC>
0xa0..0xb0 - Timer %s configuration
Sourcepub fn timer_conf_iter(&self) -> impl Iterator<Item = &Reg<TIMER_CONF_SPEC>>
pub fn timer_conf_iter(&self) -> impl Iterator<Item = &Reg<TIMER_CONF_SPEC>>
Iterator for array of: 0xa0..0xb0 - Timer %s configuration
Sourcepub fn timer0_conf(&self) -> &Reg<TIMER_CONF_SPEC>
pub fn timer0_conf(&self) -> &Reg<TIMER_CONF_SPEC>
0xa0 - Timer 0 configuration
Sourcepub fn timer1_conf(&self) -> &Reg<TIMER_CONF_SPEC>
pub fn timer1_conf(&self) -> &Reg<TIMER_CONF_SPEC>
0xa8 - Timer 1 configuration
Sourcepub fn timer2_conf(&self) -> &Reg<TIMER_CONF_SPEC>
pub fn timer2_conf(&self) -> &Reg<TIMER_CONF_SPEC>
0xb0 - Timer 2 configuration
Sourcepub fn timer3_conf(&self) -> &Reg<TIMER_CONF_SPEC>
pub fn timer3_conf(&self) -> &Reg<TIMER_CONF_SPEC>
0xb8 - Timer 3 configuration
Sourcepub fn timer_value(&self, n: usize) -> &Reg<TIMER_VALUE_SPEC>
pub fn timer_value(&self, n: usize) -> &Reg<TIMER_VALUE_SPEC>
0xa4..0xb4 - Timer %s current counter value
Sourcepub fn timer_value_iter(&self) -> impl Iterator<Item = &Reg<TIMER_VALUE_SPEC>>
pub fn timer_value_iter(&self) -> impl Iterator<Item = &Reg<TIMER_VALUE_SPEC>>
Iterator for array of: 0xa4..0xb4 - Timer %s current counter value
Sourcepub fn timer0_value(&self) -> &Reg<TIMER_VALUE_SPEC>
pub fn timer0_value(&self) -> &Reg<TIMER_VALUE_SPEC>
0xa4 - Timer 0 current counter value
Sourcepub fn timer1_value(&self) -> &Reg<TIMER_VALUE_SPEC>
pub fn timer1_value(&self) -> &Reg<TIMER_VALUE_SPEC>
0xac - Timer 1 current counter value
Sourcepub fn timer2_value(&self) -> &Reg<TIMER_VALUE_SPEC>
pub fn timer2_value(&self) -> &Reg<TIMER_VALUE_SPEC>
0xb4 - Timer 2 current counter value
Sourcepub fn timer3_value(&self) -> &Reg<TIMER_VALUE_SPEC>
pub fn timer3_value(&self) -> &Reg<TIMER_VALUE_SPEC>
0xbc - Timer 3 current counter value
Sourcepub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
pub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
0xc0 - Raw interrupt status
Sourcepub fn int_st(&self) -> &Reg<INT_ST_SPEC>
pub fn int_st(&self) -> &Reg<INT_ST_SPEC>
0xc4 - Masked interrupt status
Sourcepub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
pub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
0xc8 - Interrupt enable bits
Sourcepub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
pub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
0xcc - Interrupt clear bits
Sourcepub fn ch_gamma_wr(&self, n: usize) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch_gamma_wr(&self, n: usize) -> &Reg<CH_GAMMA_WR_SPEC>
0x100..0x118 - Ledc ch%s gamma ram write register.
Sourcepub fn ch_gamma_wr_iter(&self) -> impl Iterator<Item = &Reg<CH_GAMMA_WR_SPEC>>
pub fn ch_gamma_wr_iter(&self) -> impl Iterator<Item = &Reg<CH_GAMMA_WR_SPEC>>
Iterator for array of: 0x100..0x118 - Ledc ch%s gamma ram write register.
Sourcepub fn ch0_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch0_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
0x100 - Ledc ch0 gamma ram write register.
Sourcepub fn ch1_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch1_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
0x110 - Ledc ch1 gamma ram write register.
Sourcepub fn ch2_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch2_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
0x120 - Ledc ch2 gamma ram write register.
Sourcepub fn ch3_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch3_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
0x130 - Ledc ch3 gamma ram write register.
Sourcepub fn ch4_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch4_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
0x140 - Ledc ch4 gamma ram write register.
Sourcepub fn ch5_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
pub fn ch5_gamma_wr(&self) -> &Reg<CH_GAMMA_WR_SPEC>
0x150 - Ledc ch5 gamma ram write register.
Sourcepub fn ch_gamma_wr_addr(&self, n: usize) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch_gamma_wr_addr(&self, n: usize) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x104..0x11c - Ledc ch%s gamma ram write address register.
Sourcepub fn ch_gamma_wr_addr_iter(
&self,
) -> impl Iterator<Item = &Reg<CH_GAMMA_WR_ADDR_SPEC>>
pub fn ch_gamma_wr_addr_iter( &self, ) -> impl Iterator<Item = &Reg<CH_GAMMA_WR_ADDR_SPEC>>
Iterator for array of: 0x104..0x11c - Ledc ch%s gamma ram write address register.
Sourcepub fn ch0_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch0_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x104 - Ledc ch0 gamma ram write address register.
Sourcepub fn ch1_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch1_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x114 - Ledc ch1 gamma ram write address register.
Sourcepub fn ch2_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch2_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x124 - Ledc ch2 gamma ram write address register.
Sourcepub fn ch3_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch3_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x134 - Ledc ch3 gamma ram write address register.
Sourcepub fn ch4_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch4_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x144 - Ledc ch4 gamma ram write address register.
Sourcepub fn ch5_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
pub fn ch5_gamma_wr_addr(&self) -> &Reg<CH_GAMMA_WR_ADDR_SPEC>
0x154 - Ledc ch5 gamma ram write address register.
Sourcepub fn ch_gamma_rd_addr(&self, n: usize) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch_gamma_rd_addr(&self, n: usize) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x108..0x120 - Ledc ch%s gamma ram read address register.
Sourcepub fn ch_gamma_rd_addr_iter(
&self,
) -> impl Iterator<Item = &Reg<CH_GAMMA_RD_ADDR_SPEC>>
pub fn ch_gamma_rd_addr_iter( &self, ) -> impl Iterator<Item = &Reg<CH_GAMMA_RD_ADDR_SPEC>>
Iterator for array of: 0x108..0x120 - Ledc ch%s gamma ram read address register.
Sourcepub fn ch0_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch0_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x108 - Ledc ch0 gamma ram read address register.
Sourcepub fn ch1_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch1_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x118 - Ledc ch1 gamma ram read address register.
Sourcepub fn ch2_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch2_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x128 - Ledc ch2 gamma ram read address register.
Sourcepub fn ch3_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch3_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x138 - Ledc ch3 gamma ram read address register.
Sourcepub fn ch4_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch4_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x148 - Ledc ch4 gamma ram read address register.
Sourcepub fn ch5_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
pub fn ch5_gamma_rd_addr(&self) -> &Reg<CH_GAMMA_RD_ADDR_SPEC>
0x158 - Ledc ch5 gamma ram read address register.
Sourcepub fn ch_gamma_rd_data(&self, n: usize) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch_gamma_rd_data(&self, n: usize) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x10c..0x124 - Ledc ch%s gamma ram read data register.
Sourcepub fn ch_gamma_rd_data_iter(
&self,
) -> impl Iterator<Item = &Reg<CH_GAMMA_RD_DATA_SPEC>>
pub fn ch_gamma_rd_data_iter( &self, ) -> impl Iterator<Item = &Reg<CH_GAMMA_RD_DATA_SPEC>>
Iterator for array of: 0x10c..0x124 - Ledc ch%s gamma ram read data register.
Sourcepub fn ch0_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch0_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x10c - Ledc ch0 gamma ram read data register.
Sourcepub fn ch1_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch1_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x11c - Ledc ch1 gamma ram read data register.
Sourcepub fn ch2_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch2_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x12c - Ledc ch2 gamma ram read data register.
Sourcepub fn ch3_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch3_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x13c - Ledc ch3 gamma ram read data register.
Sourcepub fn ch4_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch4_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x14c - Ledc ch4 gamma ram read data register.
Sourcepub fn ch5_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
pub fn ch5_gamma_rd_data(&self) -> &Reg<CH_GAMMA_RD_DATA_SPEC>
0x15c - Ledc ch5 gamma ram read data register.
Sourcepub fn ch_gamma_conf(&self, n: usize) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch_gamma_conf(&self, n: usize) -> &Reg<CH_GAMMA_CONF_SPEC>
0x180..0x198 - Ledc ch%s gamma config register.
Sourcepub fn ch_gamma_conf_iter(
&self,
) -> impl Iterator<Item = &Reg<CH_GAMMA_CONF_SPEC>>
pub fn ch_gamma_conf_iter( &self, ) -> impl Iterator<Item = &Reg<CH_GAMMA_CONF_SPEC>>
Iterator for array of: 0x180..0x198 - Ledc ch%s gamma config register.
Sourcepub fn ch0_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch0_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
0x180 - Ledc ch0 gamma config register.
Sourcepub fn ch1_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch1_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
0x184 - Ledc ch1 gamma config register.
Sourcepub fn ch2_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch2_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
0x188 - Ledc ch2 gamma config register.
Sourcepub fn ch3_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch3_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
0x18c - Ledc ch3 gamma config register.
Sourcepub fn ch4_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch4_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
0x190 - Ledc ch4 gamma config register.
Sourcepub fn ch5_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
pub fn ch5_gamma_conf(&self) -> &Reg<CH_GAMMA_CONF_SPEC>
0x194 - Ledc ch5 gamma config register.
Sourcepub fn evt_task_en0(&self) -> &Reg<EVT_TASK_EN0_SPEC>
pub fn evt_task_en0(&self) -> &Reg<EVT_TASK_EN0_SPEC>
0x1a0 - Ledc event task enable bit register0.
Sourcepub fn evt_task_en1(&self) -> &Reg<EVT_TASK_EN1_SPEC>
pub fn evt_task_en1(&self) -> &Reg<EVT_TASK_EN1_SPEC>
0x1a4 - Ledc event task enable bit register1.
Sourcepub fn evt_task_en2(&self) -> &Reg<EVT_TASK_EN2_SPEC>
pub fn evt_task_en2(&self) -> &Reg<EVT_TASK_EN2_SPEC>
0x1a8 - Ledc event task enable bit register2.
Sourcepub fn timer_cmp(&self, n: usize) -> &Reg<TIMER_CMP_SPEC>
pub fn timer_cmp(&self, n: usize) -> &Reg<TIMER_CMP_SPEC>
0x1b0..0x1c0 - Ledc timer%s compare value register.
Sourcepub fn timer_cmp_iter(&self) -> impl Iterator<Item = &Reg<TIMER_CMP_SPEC>>
pub fn timer_cmp_iter(&self) -> impl Iterator<Item = &Reg<TIMER_CMP_SPEC>>
Iterator for array of: 0x1b0..0x1c0 - Ledc timer%s compare value register.
Sourcepub fn timer0_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
pub fn timer0_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
0x1b0 - Ledc timer0 compare value register.
Sourcepub fn timer1_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
pub fn timer1_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
0x1b4 - Ledc timer1 compare value register.
Sourcepub fn timer2_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
pub fn timer2_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
0x1b8 - Ledc timer2 compare value register.
Sourcepub fn timer3_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
pub fn timer3_cmp(&self) -> &Reg<TIMER_CMP_SPEC>
0x1bc - Ledc timer3 compare value register.
Sourcepub fn timer_cnt_cap(&self, n: usize) -> &Reg<TIMER_CNT_CAP_SPEC>
pub fn timer_cnt_cap(&self, n: usize) -> &Reg<TIMER_CNT_CAP_SPEC>
0x1c0..0x1d0 - Ledc timer%s count value capture register.
Sourcepub fn timer_cnt_cap_iter(
&self,
) -> impl Iterator<Item = &Reg<TIMER_CNT_CAP_SPEC>>
pub fn timer_cnt_cap_iter( &self, ) -> impl Iterator<Item = &Reg<TIMER_CNT_CAP_SPEC>>
Iterator for array of: 0x1c0..0x1d0 - Ledc timer%s count value capture register.
Sourcepub fn timer0_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
pub fn timer0_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
0x1c0 - Ledc timer0 count value capture register.
Sourcepub fn timer1_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
pub fn timer1_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
0x1c4 - Ledc timer1 count value capture register.
Sourcepub fn timer2_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
pub fn timer2_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
0x1c8 - Ledc timer2 count value capture register.
Sourcepub fn timer3_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
pub fn timer3_cnt_cap(&self) -> &Reg<TIMER_CNT_CAP_SPEC>
0x1cc - Ledc timer3 count value capture register.