Home
last modified time | relevance | path

Searched refs:NSI_NEVER (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c27 hw_counter_timer = NSI_NEVER; in hw_counter_init()
28 counter_target = NSI_NEVER; in hw_counter_init()
31 counter_period = NSI_NEVER; in hw_counter_init()
32 counter_wrap = NSI_NEVER; in hw_counter_init()
40 hw_counter_timer = NSI_NEVER; in hw_counter_triggered()
97 hw_counter_timer = NSI_NEVER; in hw_counter_stop()
Dtimer_model.c42 if (time != NSI_NEVER) { in us_time_to_str()
145 hw_timer_tick_timer = NSI_NEVER; in hwtimer_init()
146 hw_timer_awake_timer = NSI_NEVER; in hwtimer_init()
222 hw_timer_awake_timer = NSI_NEVER; in hwtimer_awake_timer_reached()
Dirq_ctrl.c19 static uint64_t irq_ctrl_timer = NSI_NEVER;
277 irq_ctrl_timer = NSI_NEVER; in hw_irq_ctrl_timer_triggered()
/Zephyr-latest/boards/native/native_sim/
Dnative_posix_compat.h36 #define NEVER NSI_NEVER
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.h18 #define NSI_NEVER UINT64_MAX macro
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_hw_scheduler.h16 #define NSI_NEVER UINT64_MAX macro
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c25 static uint64_t end_of_time = NSI_NEVER; /* When will this device stop */
/Zephyr-latest/tests/boards/native_sim/rtc/src/
Dmain.c22 if (time != NSI_NEVER) { in us_time_to_str()
/Zephyr-latest/drivers/net/
Dnsos_adapt.c883 static uint64_t nsos_adapt_poll_time = NSI_NEVER;
1142 nsos_adapt_poll_time = NSI_NEVER; in nsos_adapt_poll_triggered()
1156 nsos_adapt_poll_time = NSI_NEVER; in nsos_adapt_poll_triggered()