Module esp32s2::ledc

source ·
Expand description

LED Control PWM (Pulse Width Modulation)

Re-exports§

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

Modules§

  • Cluster Cluster CH%s, containing CH?_CONF0, CH?_HPOINT, CH?_DUTY, CH?_CONF1, CH?_DUTY_R
  • Global ledc configuration register
  • Version control register
  • Interrupt clear bits
  • Interrupt enable bits
  • Raw interrupt status
  • Masked interrupt status
  • Cluster Cluster TIMER%s, containing TIMER?_CONF, TIMER?_VALUE

Structs§

Type Aliases§

  • CONF (rw) register accessor: Global ledc configuration register
  • DATE (rw) register accessor: Version control register
  • 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