Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_led_esp32.c52 struct pwm_ledc_esp32_config { struct
63 struct pwm_ledc_esp32_config *config = (struct pwm_ledc_esp32_config *)dev->config; in get_channel_config() argument
227 const struct pwm_ledc_esp32_config *config = dev->config; in pwm_led_esp32_channel_update_frequency()
334 const struct pwm_ledc_esp32_config *config = dev->config; in pwm_led_esp32_init()
409 static struct pwm_ledc_esp32_config pwm_ledc_esp32_config = { variable
424 DEVICE_DT_INST_DEFINE(0, &pwm_led_esp32_init, NULL, &pwm_ledc_esp32_data, &pwm_ledc_esp32_config,