pub struct W(_);Expand description
Register CH%s_CONF0 writer
Implementations§
source§impl W
impl W
sourcepub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, 0>
pub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, 0>
Bits 0:1 - This field is used to select one of timers for channel %s. 0: select timer0; 1: select timer1; 2: select timer2; 3: select timer3
sourcepub fn sig_out_en(&mut self) -> SIG_OUT_EN_W<'_, 2>
pub fn sig_out_en(&mut self) -> SIG_OUT_EN_W<'_, 2>
Bit 2 - Set this bit to enable signal output on channel %s.
sourcepub fn idle_lv(&mut self) -> IDLE_LV_W<'_, 3>
pub fn idle_lv(&mut self) -> IDLE_LV_W<'_, 3>
Bit 3 - This bit is used to control the output value when channel %s is inactive (when LEDC_SIG_OUT_EN_CH%s is 0).
sourcepub fn para_up(&mut self) -> PARA_UP_W<'_, 4>
pub fn para_up(&mut self) -> PARA_UP_W<'_, 4>
Bit 4 - This bit is used to update LEDC_HPOINT_CH%s, LEDC_DUTY_START_CH%s, LEDC_SIG_OUT_EN_CH%s, LEDC_TIMER_SEL_CH%s, LEDC_DUTY_NUM_CH%s, LEDC_DUTY_CYCLE_CH%s, LEDC_DUTY_SCALE_CH%s, LEDC_DUTY_INC_CH%s, and LEDC_OVF_CNT_EN_CH%s fields for channel %s, and will be automatically cleared by hardware.
sourcepub fn ovf_num(&mut self) -> OVF_NUM_W<'_, 5>
pub fn ovf_num(&mut self) -> OVF_NUM_W<'_, 5>
Bits 5:14 - This register is used to configure the maximum times of overflow minus 1. The LEDC_OVF_CNT_CH%s_INT interrupt will be triggered when channel %s overflows for (LEDC_OVF_NUM_CH%s + 1) times.
sourcepub fn ovf_cnt_en(&mut self) -> OVF_CNT_EN_W<'_, 15>
pub fn ovf_cnt_en(&mut self) -> OVF_CNT_EN_W<'_, 15>
Bit 15 - This bit is used to enable the ovf_cnt of channel %s.
sourcepub fn ovf_cnt_reset(&mut self) -> OVF_CNT_RESET_W<'_, 16>
pub fn ovf_cnt_reset(&mut self) -> OVF_CNT_RESET_W<'_, 16>
Bit 16 - Set this bit to reset the ovf_cnt of channel %s.