[][src]Type Definition esp32::ledc::ledc_lsch5_conf0_reg::W

type W = W<u32, LEDC_LSCH5_CONF0_REG>;

Writer for register LEDC_LSCH5_CONF0_REG

Methods

impl W[src]

pub fn ledc_para_up_lsch5(&mut self) -> LEDC_PARA_UP_LSCH5_W[src]

Bit 4 - This bit is used to update register LEDC_LSCH5_HPOINT and LEDC_LSCH5_DUTY for low speed channel5.

pub fn ledc_idle_lv_lsch5(&mut self) -> LEDC_IDLE_LV_LSCH5_W[src]

Bit 3 - This bit is used to control the output value when low speed channel5 is off.

pub fn ledc_sig_out_en_lsch5(&mut self) -> LEDC_SIG_OUT_EN_LSCH5_W[src]

Bit 2 - This is the output enable control bit for low speed channel5.

pub fn ledc_timer_sel_lsch5(&mut self) -> LEDC_TIMER_SEL_LSCH5_W[src]

Bits 0:1 - There are four low speed timers the two bits are used to select one of them for low speed channel5. 2'b00: seletc lstimer0. 2'b01: select lstimer1. 2'b10: select lstimer2. 2'b11: select lstimer3.