Type Alias esp_idf_sys::ledc_clk_src_t

source ·
pub type ledc_clk_src_t = c_uint;
Expand description

@brief LEDC timer-specific clock sources

Note: Setting numeric values to match ledc_clk_cfg_t values are a hack to avoid collision with LEDC_AUTO_CLK in the driver, as these enums have very similar names and user may pass one of these by mistake.