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.c41 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()
94 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_duty_set()
122 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_bind_channel_timer()
131 static int pwm_led_esp32_calculate_max_resolution(struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_calculate_max_resolution()
155 static int pwm_led_esp32_timer_config(struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_timer_config()
204 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_timer_set()
263 struct pwm_ledc_esp32_channel_config *channel = get_channel_config(dev, channel_idx); in pwm_led_esp32_get_cycles_per_sec()
286 struct pwm_ledc_esp32_channel_config *channel = get_channel_config(dev, channel_idx); in pwm_led_esp32_set_cycles()
[all …]