Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/portability/
Dcmsis_os.h184 } osTimerDef_t; typedef
371 extern const osTimerDef_t os_timer_def_##name
374 const osTimerDef_t os_timer_def_##name = \
391 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);
/Zephyr-Core-3.4.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c38 osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, in osTimerCreate()