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

type R = R<u32, LEDC_HSCH0_CONF0_REG>;

Reader of register LEDC_HSCH0_CONF0_REG

Methods

impl R[src]

pub fn ledc_clk_en(&self) -> LEDC_CLK_EN_R[src]

Bit 31 - This bit is clock gating control signal. when software config LED_PWM internal registers it controls the register clock.

pub fn ledc_idle_lv_hsch0(&self) -> LEDC_IDLE_LV_HSCH0_R[src]

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

pub fn ledc_sig_out_en_hsch0(&self) -> LEDC_SIG_OUT_EN_HSCH0_R[src]

Bit 2 - This is the output enable control bit for high speed channel0

pub fn ledc_timer_sel_hsch0(&self) -> LEDC_TIMER_SEL_HSCH0_R[src]

Bits 0:1 - There are four high speed timers the two bits are used to select one of them for high speed channel0. 2'b00: seletc hstimer0. 2'b01: select hstimer1. 2'b10: select hstimer2. 2'b11: select hstimer3.