Home
last modified time | relevance | path

Searched refs:NOT_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c12 #define NOT_ACTIVE 0 macro
60 timer->status = NOT_ACTIVE; in osTimerCreate()
108 if (timer->status == NOT_ACTIVE) { in osTimerStop()
113 timer->status = NOT_ACTIVE; in osTimerStop()
134 timer->status = NOT_ACTIVE; in osTimerDelete()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dtimer.c12 #define NOT_ACTIVE 0 macro
63 timer->status = NOT_ACTIVE; in osTimerNew()
118 if (timer->status == NOT_ACTIVE) { in osTimerStop()
123 timer->status = NOT_ACTIVE; in osTimerStop()
144 timer->status = NOT_ACTIVE; in osTimerDelete()
/Zephyr-latest/lib/posix/options/
Dtimer.c18 #define NOT_ACTIVE 0 macro
44 timer->status = NOT_ACTIVE; in zephyr_timer_wrapper()
77 timer->status = NOT_ACTIVE; in zephyr_thread_wrapper()
264 timer->status = NOT_ACTIVE; in timer_settime()
332 timer->status = NOT_ACTIVE; in timer_delete()