Module esp32s2::ledc::conf

source ·
Expand description

Global ledc configuration register

Structs

  • Global ledc configuration register
  • Register CONF reader
  • Register CONF writer

Type Definitions

  • Field APB_CLK_SEL reader - This bit is used to select clock source for the 4 timers . 1: APB_CLK. 2: RTC8M_CLK. 3: XTAL_CLK.
  • Field APB_CLK_SEL writer - This bit is used to select clock source for the 4 timers . 1: APB_CLK. 2: RTC8M_CLK. 3: XTAL_CLK.
  • Field CLK_EN reader - This bit is used to control clock. 1: Force clock on for register. 0: Support clock only when application writes registers.
  • Field CLK_EN writer - This bit is used to control clock. 1: Force clock on for register. 0: Support clock only when application writes registers.