Searched defs:pulse (Results 1 – 2 of 2) sorted by relevance
50 rt_uint32_t *pulse = (rt_uint32_t *)buffer; in _pwm_read() local78 rt_uint32_t *pulse = (rt_uint32_t *)buffer; in _pwm_write() local199 …_err_t rt_pwm_set(struct rt_device_pwm *device, int channel, rt_uint32_t period, rt_uint32_t pulse) in rt_pwm_set()234 rt_err_t rt_pwm_set_pulse(struct rt_device_pwm *device, int channel, rt_uint32_t pulse) in rt_pwm_set_pulse()
105 rt_uint32_t pulse; /* unit:ns (pulse<=period) */ member
Completed in 9 milliseconds