Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_nrfx.c62 struct pwm_nrfx_config { struct
63 nrfx_pwm_t pwm;
64 nrfx_pwm_config_t initial_config;
65 nrf_pwm_sequence_t seq;
66 const struct pinctrl_dev_config *pcfg;
67 uint32_t clock_freq;
69 uint32_t mem_attr;
93 static bool pwm_is_fast(const struct pwm_nrfx_config *config) in pwm_is_fast() argument