Searched defs:pwm_gd32_config (Results 1 – 1 of 1) sorted by relevance
31 struct pwm_gd32_config { struct33 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