Searched refs:osTimerNew (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | timer.c | 54 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/ |
D | main.c | 85 timer_id = osTimerNew(read_msg_callback, osTimerPeriodic, NULL, in main()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | timer.c | 37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, in osTimerNew() function
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os2.h | 494 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t …
|