Module esp32c3::ledc

source ·
Expand description

LED Control PWM (Pulse Width Modulation)

Modules§

Structs§

Type Aliases§

  • CH_CONF0 (rw) register accessor: LEDC_LSCH%s_CONF%s.
  • CH_CONF1 (rw) register accessor: LEDC_LSCH%s_CONF1.
  • CH_DUTY (rw) register accessor: LEDC_LSCH%s_DUTY.
  • CH_DUTY_R (r) register accessor: LEDC_LSCH%s_DUTY_R.
  • CH_HPOINT (rw) register accessor: LEDC_LSCH%s_HPOINT.
  • CONF (rw) register accessor: LEDC_CONF.
  • DATE (rw) register accessor: LEDC_DATE.
  • INT_CLR (w) register accessor: LEDC_INT_CLR.
  • INT_ENA (rw) register accessor: LEDC_INT_ENA.
  • INT_RAW (rw) register accessor: LEDC_INT_RAW.
  • INT_ST (r) register accessor: LEDC_INT_ST.
  • TIMER_CONF (rw) register accessor: LEDC_LSTIMER%s_CONF.
  • TIMER_VALUE (r) register accessor: LEDC_LSTIMER%s_VALUE.