Searched refs:osTimerCreate (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | timer.c | 52 id1 = osTimerCreate(osTimer(Timer1), osTimerOnce, &exec1); in ZTEST() 79 id2 = osTimerCreate(osTimer(Timer2), osTimerPeriodic, &exec2); in ZTEST()
|
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/src/ |
D | main.c | 63 timer_id = osTimerCreate(osTimer(myTimer), osTimerPeriodic, NULL); in main()
|
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_timer.c | 38 osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, in osTimerCreate() function
|
/Zephyr-Core-3.5.0/include/zephyr/portability/ |
D | cmsis_os.h | 391 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);
|