Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c413 NSI_ARG_UNUSED(offset); in cmd_stop_at_found()
423 NSI_ARG_UNUSED(argv); in cmd_realtime_found()
424 NSI_ARG_UNUSED(offset); in cmd_realtime_found()
430 NSI_ARG_UNUSED(argv); in cmd_no_realtime_found()
431 NSI_ARG_UNUSED(offset); in cmd_no_realtime_found()
437 NSI_ARG_UNUSED(argv); in cmd_rtcoffset_found()
438 NSI_ARG_UNUSED(offset); in cmd_rtcoffset_found()
444 NSI_ARG_UNUSED(argv); in cmd_rt_drift_found()
445 NSI_ARG_UNUSED(offset); in cmd_rt_drift_found()
456 NSI_ARG_UNUSED(argv); in cmd_rt_ratio_found()
[all …]
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_utils.h24 #ifndef NSI_ARG_UNUSED
25 #define NSI_ARG_UNUSED(x) (void)(x) macro