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

type R = R<u32, LEDC_HSCH3_CONF1_REG>;

Reader of register LEDC_HSCH3_CONF1_REG

Methods

impl R[src]

pub fn ledc_duty_start_hsch3(&self) -> LEDC_DUTY_START_HSCH3_R[src]

Bit 31 - When reg_duty_num_hsch3 reg_duty_cycle_hsch3 and reg_duty_scale_hsch3 has been configured. these register won't take effect until set reg_duty_start_hsch3. this bit is automatically cleared by hardware.

pub fn ledc_duty_inc_hsch3(&self) -> LEDC_DUTY_INC_HSCH3_R[src]

Bit 30 - This register is used to increase the duty of output signal or decrease the duty of output signal for high speed channel3.

pub fn ledc_duty_num_hsch3(&self) -> LEDC_DUTY_NUM_HSCH3_R[src]

Bits 20:29 - This register is used to control the num of increased or decreased times for high speed channel3.

pub fn ledc_duty_cycle_hsch3(&self) -> LEDC_DUTY_CYCLE_HSCH3_R[src]

Bits 10:19 - This register is used to increase or decrease the duty every reg_duty_cycle_hsch3 cycles for high speed channel3.

pub fn ledc_duty_scale_hsch3(&self) -> LEDC_DUTY_SCALE_HSCH3_R[src]

Bits 0:9 - This register controls the increase or decrease step scale for high speed channel3.