Home
last modified time | relevance | path

Searched refs:osTimerNew (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dtimer.c54 id1 = osTimerNew(Timer1_Callback, osTimerOnce, &exec1, &timer_attr); in ZTEST()
87 id2 = osTimerNew(Timer2_Callback, osTimerPeriodic, &exec2, NULL); in ZTEST()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/src/
Dmain.c85 timer_id = osTimerNew(read_msg_callback, osTimerPeriodic, NULL, in main()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dtimer.c37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, in osTimerNew() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h494 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t …