Searched refs:ledc_conf (Results 1 – 2 of 2) sorted by relevance
356 esp_err_t ledc_channel_config(const ledc_channel_config_t* ledc_conf) in ledc_channel_config() argument358 LEDC_ARG_CHECK(ledc_conf, "ledc_conf"); in ledc_channel_config()359 uint32_t speed_mode = ledc_conf->speed_mode; in ledc_channel_config()360 uint32_t gpio_num = ledc_conf->gpio_num; in ledc_channel_config()361 uint32_t ledc_channel = ledc_conf->channel; in ledc_channel_config()362 uint32_t timer_select = ledc_conf->timer_sel; in ledc_channel_config()363 uint32_t intr_type = ledc_conf->intr_type; in ledc_channel_config()364 uint32_t duty = ledc_conf->duty; in ledc_channel_config()365 uint32_t hpoint = ledc_conf->hpoint; in ledc_channel_config()366 bool output_invert = ledc_conf->flags.output_invert; in ledc_channel_config()
69 esp_err_t ledc_channel_config(const ledc_channel_config_t* ledc_conf);