Home
last modified time | relevance | path

Searched refs:timer_def (Results 1 – 2 of 2) sorted by relevance

/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() argument
43 if (timer_def == NULL) { in osTimerCreate()
57 timer->callback_function = timer_def->ptimer; in osTimerCreate()
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os.h391 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);