Searched defs:pwm (Results 1 – 3 of 3) sorted by relevance
18 struct rt_device_pwm *pwm = (struct rt_device_pwm *)dev; in _pwm_control() local37 struct rt_device_pwm *pwm = (struct rt_device_pwm *)dev; in _pwm_read() local65 struct rt_device_pwm *pwm = (struct rt_device_pwm *)dev; in _pwm_write() local
35 static const nrfx_pwm_t pwm = NRFX_PWM_INSTANCE(WS2812_PWM); variable
180 void init_pwm_dev(struct pwm_dev **pwm, char *dev_name, struct pwm_chan_cfg *chan_cfg) in init_pwm_dev()