Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c47 if (type != osTimerOnce && type != osTimerPeriodic) { in osTimerCreate()
82 if (timer->type == osTimerOnce) { in osTimerStart()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dtimer.c42 if (type != osTimerOnce && type != osTimerPeriodic) { in osTimerNew()
92 if (timer->type == osTimerOnce) { in osTimerStart()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dtimer.c52 id1 = osTimerCreate(osTimer(Timer1), osTimerOnce, &exec1); in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dtimer.c54 id1 = osTimerNew(Timer1_Callback, osTimerOnce, &exec1, &timer_attr); in ZTEST()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h121 osTimerOnce = 0, ///< one-shot timer enumerator
Dcmsis_os2.h165 osTimerOnce = 0, /* /< One-shot timer. */ enumerator