Struct esp32c2_hal::pac::ledc::ch_conf0::W
pub struct W(_);
Expand description
Register CH%s_CONF0
writer
Implementations§
§impl W
impl W
pub fn timer_sel(
&mut self
) -> FieldWriterRaw<'_, u32, CH_CONF0_SPEC, u8, u8, Unsafe, 2, 0>
pub fn timer_sel(
&mut self
) -> FieldWriterRaw<'_, u32, CH_CONF0_SPEC, u8, u8, Unsafe, 2, 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
pub fn sig_out_en(
&mut self
) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 2>
pub fn sig_out_en(
&mut self
) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 2>
Bit 2 - Set this bit to enable signal output on channel %s.
pub fn idle_lv(&mut self) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 3>
pub fn idle_lv(&mut self) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 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).
pub fn para_up(&mut self) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 4>
pub fn para_up(&mut self) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 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.
pub fn ovf_num(
&mut self
) -> FieldWriterRaw<'_, u32, CH_CONF0_SPEC, u16, u16, Unsafe, 10, 5>
pub fn ovf_num(
&mut self
) -> FieldWriterRaw<'_, u32, CH_CONF0_SPEC, u16, u16, Unsafe, 10, 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.
pub fn ovf_cnt_en(
&mut self
) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 15>
pub fn ovf_cnt_en(
&mut self
) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 15>
Bit 15 - This bit is used to enable the ovf_cnt of channel %s.
pub fn ovf_cnt_reset(
&mut self
) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 16>
pub fn ovf_cnt_reset(
&mut self
) -> BitWriterRaw<'_, u32, CH_CONF0_SPEC, bool, BitM, 16>
Bit 16 - Set this bit to reset the ovf_cnt of channel %s.
Methods from Deref<Target = W<CH_CONF0_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.