Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dtimer.c16 K_MEM_SLAB_DEFINE(cv2_timer_slab, sizeof(struct cv2_timer),
28 struct cv2_timer *cm_timer; in zephyr_timer_wrapper()
30 cm_timer = CONTAINER_OF(timer, struct cv2_timer, z_timer); in zephyr_timer_wrapper()
40 struct cv2_timer *timer; in osTimerNew()
55 (void)memset(timer, 0, sizeof(struct cv2_timer)); in osTimerNew()
82 struct cv2_timer *timer = (struct cv2_timer *)timer_id; in osTimerStart()
108 struct cv2_timer *timer = (struct cv2_timer *)timer_id; in osTimerStop()
132 struct cv2_timer *timer = (struct cv2_timer *) timer_id; in osTimerDelete()
156 struct cv2_timer *timer = (struct cv2_timer *)timer_id; in osTimerGetName()
170 struct cv2_timer *timer = (struct cv2_timer *)timer_id; in osTimerIsRunning()
Dwrapper.h32 struct cv2_timer { struct