Module esp32c6::ledc

source ·
Expand description

LED Control PWM (Pulse Width Modulation)

Re-exports§

  • pub use self::ch::CH;
  • pub use self::timer::TIMER;

Modules§

Structs§

Type Aliases§

  • CH_GAMMA_CONF (rw) register accessor: Ledc ch%s gamma config register.
  • CH_GAMMA_RD_ADDR (rw) register accessor: Ledc ch%s gamma ram read address register.
  • CH_GAMMA_RD_DATA (r) register accessor: Ledc ch%s gamma ram read data register.
  • CH_GAMMA_WR (rw) register accessor: Ledc ch%s gamma ram write register.
  • CH_GAMMA_WR_ADDR (rw) register accessor: Ledc ch%s gamma ram write address register.
  • CONF (rw) register accessor: Global ledc configuration register
  • DATE (rw) register accessor: Version control register
  • EVT_TASK_EN0 (rw) register accessor: Ledc event task enable bit register0.
  • EVT_TASK_EN1 (rw) register accessor: Ledc event task enable bit register1.
  • EVT_TASK_EN2 (rw) register accessor: Ledc event task enable bit register2.
  • INT_CLR (w) register accessor: Interrupt clear bits
  • INT_ENA (rw) register accessor: Interrupt enable bits
  • INT_RAW (rw) register accessor: Raw interrupt status
  • INT_ST (r) register accessor: Masked interrupt status
  • TIMER_CMP (rw) register accessor: Ledc timer%s compare value register.
  • TIMER_CNT_CAP (r) register accessor: Ledc timer%s count value capture register.