Searched defs:cv2_timer (Results 1 – 1 of 1) sorted by relevance
32 struct cv2_timer { struct33 struct k_timer z_timer;34 osTimerType_t type;35 uint32_t status;36 char name[16];37 void (*callback_function)(void *argument);38 void *arg;