[][src]Type Definition esp32::ledc::ledc_lsch7_conf0_reg::R

type R = R<u32, LEDC_LSCH7_CONF0_REG>;

Reader of register LEDC_LSCH7_CONF0_REG

Methods

impl R[src]

pub fn ledc_para_up_lsch7(&self) -> LEDC_PARA_UP_LSCH7_R[src]

Bit 4 - This bit is used to update register LEDC_LSCH7_HPOINT and LEDC_LSCH7_DUTY for low speed channel7.

pub fn ledc_idle_lv_lsch7(&self) -> LEDC_IDLE_LV_LSCH7_R[src]

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

pub fn ledc_sig_out_en_lsch7(&self) -> LEDC_SIG_OUT_EN_LSCH7_R[src]

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

pub fn ledc_timer_sel_lsch7(&self) -> LEDC_TIMER_SEL_LSCH7_R[src]

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