Module esp32s3::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 . 2’d1: APB_CLK 2’d2: RTC8M_CLK 2’d3: XTAL_CLK
Field APB_CLK_SEL writer - This bit is used to select clock source for the 4 timers . 2’d1: APB_CLK 2’d2: RTC8M_CLK 2’d3: XTAL_CLK
Field CLK_EN reader - This bit is used to control clock. 1’b1: Force clock on for register. 1’h0: Support clock only when application writes registers.
Field CLK_EN writer - This bit is used to control clock. 1’b1: Force clock on for register. 1’h0: Support clock only when application writes registers.