Searched defs:cmsis_rtos_timer_cb (Results 1 – 1 of 1) sorted by relevance
39 struct cmsis_rtos_timer_cb { struct40 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;