Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dtimer.c52 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/
Dmain.c63 timer_id = osTimerCreate(osTimer(myTimer), osTimerPeriodic, NULL); in main()
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c38 osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, in osTimerCreate() function
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os.h391 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);