Searched refs:get_pulsewidth (Results 1 – 2 of 2) sorted by relevance
47 …rt_err_t (*get_pulsewidth)(struct rt_inputcapture_device *inputcapture, rt_uint32_t *pulsewidth_us… member
146 RT_ASSERT(inputcapture->ops->get_pulsewidth != RT_NULL); in rt_device_inputcapture_register()178 if (inputcapture->ops->get_pulsewidth(inputcapture, &data.pulsewidth_us) != RT_EOK) in rt_hw_inputcapture_isr()
Completed in 13 milliseconds