Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c413 double stop_at; member
422 if (args.stop_at < 0) { in cmd_stop_at_found()
426 hwm_set_end_of_time(args.stop_at*1e6); in cmd_stop_at_found()
538 (void *)&args.stop_at, cmd_stop_at_found, in native_add_time_options()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c405 double stop_at; member
414 if (args.stop_at < 0) { in cmd_stop_at_found()
418 nsi_hws_set_end_of_time(args.stop_at*1e6); in cmd_stop_at_found()
536 .dest = (void *)&args.stop_at, in nsi_add_time_options()