Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.4.0/boards/posix/native_posix/
Dhw_counter.c26 hw_counter_timer = NEVER; in hw_counter_init()
27 counter_target = NEVER; in hw_counter_init()
30 counter_period = NEVER; in hw_counter_init()
36 hw_counter_timer = NEVER; in hw_counter_triggered()
81 hw_counter_timer = NEVER; in hw_counter_stop()
Dhw_models_top.h17 #define NEVER UINT64_MAX macro
Dtimer_model.c47 if (time != NEVER) { in us_time_to_str()
152 hw_timer_tick_timer = NEVER; in hwtimer_init()
153 hw_timer_awake_timer = NEVER; in hwtimer_init()
232 hw_timer_awake_timer = NEVER; in hwtimer_awake_timer_reached()
Dirq_ctrl.c19 uint64_t irq_ctrl_timer = NEVER;
269 irq_ctrl_timer = NEVER; in hw_irq_ctrl_timer_triggered()
Dhw_models_top.c28 static uint64_t end_of_time = NEVER; /* When will this device stop */
/Zephyr-Core-3.4.0/tests/boards/native_posix/rtc/src/
Dmain.c22 if (time != NEVER) { in us_time_to_str()