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

type R = R<u32, LEDC_LSCH0_DUTY_REG>;

Reader of register LEDC_LSCH0_DUTY_REG

Methods

impl R[src]

pub fn ledc_duty_lsch0(&self) -> LEDC_DUTY_LSCH0_R[src]

Bits 0:24 - The register is used to control output duty. When lstimerx(x=[0 3]) choosed by low speed channel0 has reached reg_lpoint_lsch0 the output signal changes to low. reg_lpoint_lsch0=(reg_hpoint_lsch0[19:0]+reg_duty_lsch0[24:4]) (1) reg_lpoint_lsch0=(reg_hpoint_lsch0[19:0]+reg_duty_lsch0[24:4] +1) (2) The least four bits in this register represent the decimal part and determines when to choose (1) or (2)