Searched refs:osTimerOnce (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
| D | timer.c | 48 id1 = osTimerNew(Timer1_Callback, osTimerOnce, &exec1, &timer_attr); in ZTEST() 116 id = osTimerNew(Timer3_Callback, osTimerOnce, NULL, &timer_attr3); in ZTEST()
|
| /Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
| D | cmsis_timer.c | 47 if (type != osTimerOnce && type != osTimerPeriodic) { in osTimerCreate() 82 if (timer->type == osTimerOnce) { in osTimerStart()
|
| /Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
| D | timer.c | 42 if (type != osTimerOnce && type != osTimerPeriodic) { in osTimerNew() 94 if (timer->type == osTimerOnce) { in osTimerStart()
|
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
| D | timer.c | 52 id1 = osTimerCreate(osTimer(Timer1), osTimerOnce, &exec1); in ZTEST()
|
| /Zephyr-latest/include/zephyr/portability/ |
| D | cmsis_os.h | 121 osTimerOnce = 0, ///< one-shot timer enumerator
|
| D | cmsis_os2.h | 165 osTimerOnce = 0, /* /< One-shot timer. */ enumerator
|