Home
last modified time | relevance | path

Searched defs:cmsis_rtos_timer_cb (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/portability/
Dcmsis_types.h39 struct cmsis_rtos_timer_cb { struct
40 struct k_timer z_timer;
41 osTimerType_t type;
42 uint32_t status;
43 bool is_cb_dynamic_allocation;
44 char name[CMSIS_OBJ_NAME_MAX_LEN];
45 void (*callback_function)(void *argument);
46 void *arg;