Searched refs:pulse_capture (Results 1 – 2 of 2) sorted by relevance
44 uint64_t pulse_capture = 0; in test_capture() local75 &pulse_capture, K_NSEC(period * 10)); in test_capture()80 &pulse_capture, K_USEC(period * 10)); in test_capture()103 zassert_within(pulse_capture, pulse, pulse / 100, in test_capture()205 if (data->pulse_capture) { in continuous_capture_callback()226 .pulse_capture = true, in ZTEST()256 data.pulse_capture = false; in ZTEST()273 if (data.pulse_capture) { in ZTEST()292 .pulse_capture = true, in ZTEST()316 data.pulse_capture = false; in ZTEST()
45 bool pulse_capture; member
Completed in 6 milliseconds