Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/boards/posix/native_posix/
Dhw_counter.c27 hw_counter_timer = NEVER; in hw_counter_init()
28 counter_target = NEVER; in hw_counter_init()
31 counter_period = NEVER; in hw_counter_init()
32 counter_wrap = NEVER; in hw_counter_init()
38 hw_counter_timer = NEVER; in hw_counter_triggered()
93 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.6.0/boards/posix/native_sim/
Dnative_posix_compat.h36 #define NEVER NSI_NEVER macro