Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h308 } osTimerDef_t; typedef
313 } osTimerDef_t; typedef
570 extern const osTimerDef_t os_timer_def_##name
574 const osTimerDef_t os_timer_def_##name = { (function) }
577 const osTimerDef_t os_timer_def_##name = \
594 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);
H A Dcmsis_os1.c103 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument) { in osTimerCreate()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h175 } osTimerDef_t; typedef
353 extern const osTimerDef_t os_timer_def_##name
356 const osTimerDef_t os_timer_def_##name = \
373 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);