Searched defs:pulse (Results 1 – 3 of 3) sorted by relevance
38 static void test_capture(uint32_t period, uint32_t pulse, enum test_pwm_unit unit, in test_capture()163 uint32_t pulse; in ZTEST_USER() local
133 static int test_task(uint32_t port, uint32_t period, uint32_t pulse, uint8_t unit) in test_task()
195 uint32_t pulse = (uint32_t)((pwm_dt->period * duty) / 100); in test_run() local
Completed in 9 milliseconds