Searched refs:K_NSEC (Results 1 – 5 of 5) sorted by relevance
75 &pulse_capture, K_NSEC(period * 10)); in test_capture()
214 k_sleep(K_NSEC(interval)); in tx()
95 k_timer_start(timer, K_NSEC(timeout), K_NO_WAIT); in port_timer_set_timeout()114 k_timer_start(timer, K_NSEC(timeout), K_NO_WAIT); in port_timer_set_timeout_random()
122 described above: :c:macro:`K_NSEC()`, :c:macro:`K_USEC`, :c:macro:`K_TICKS` and
1344 #define K_NSEC(t) Z_TIMEOUT_NS(t) macro