Type Alias esp_idf_sys::ledc_clk_cfg_t
source · pub type ledc_clk_cfg_t = c_uint;
Expand description
@brief LEDC clock source configuration struct
In theory, the following enumeration shall be placed in LEDC driver’s header.
However, as the next enumeration, ledc_clk_src_t
, makes the use of some of
these values and to avoid mutual inclusion of the headers, we must define it
here.
@brief Type of LEDC clock source, reserved for the legacy LEDC driver