Home
last modified time | relevance | path

Searched defs:pwm_gd32_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/pwm/
Dpwm_gd32.c31 struct pwm_gd32_config { struct
33 uint32_t reg;
35 uint8_t channels;
37 bool is_32bit;
39 bool is_advanced;
64 const struct pwm_gd32_config *config = dev->config; in pwm_gd32_set_cycles() argument