Home
last modified time | relevance | path

Searched refs:counter_wrap (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/boards/native/native_posix/
Dhw_counter.c20 static uint64_t counter_wrap; variable
32 counter_wrap = NEVER; in hw_counter_init()
43 counter_value = (counter_value + 1) % counter_wrap; in hw_counter_triggered()
66 counter_wrap = wrap_value; in hw_counter_set_wrap_value()
/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c20 static uint64_t counter_wrap; variable
32 counter_wrap = NSI_NEVER; in hw_counter_init()
45 counter_value = (counter_value + 1) % counter_wrap; in hw_counter_triggered()
70 counter_wrap = wrap_value; in hw_counter_set_wrap_value()