Home
last modified time | relevance | path

Searched refs:pwm_ledc_esp32_channel_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/pwm/
Dpwm_led_esp32.c39 struct pwm_ledc_esp32_channel_config { struct
56 struct pwm_ledc_esp32_channel_config *channel_config; argument
60 static struct pwm_ledc_esp32_channel_config *get_channel_config(const struct device *dev, in get_channel_config()
74 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_start()
85 struct pwm_ledc_esp32_channel_config *channel, bool idle_level) in pwm_led_esp32_stop()
97 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_duty_set()
109 static int pwm_led_esp32_calculate_max_resolution(struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_calculate_max_resolution()
127 static int pwm_led_esp32_timer_config(struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_timer_config()
173 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_timer_set()
211 struct pwm_ledc_esp32_channel_config *channel = get_channel_config(dev, channel_idx); in pwm_led_esp32_get_cycles_per_sec()
[all …]