Searched refs:z_timer (Results 1 – 2 of 2) sorted by relevance
67 struct k_timer z_timer; member
777 k_timer_init(&timer->z_timer, zephyr_timer_event_handler, NULL); in cy_rtos_init_timer()792 k_timer_start(&timer->z_timer, K_MSEC(num_ms), K_NO_WAIT); in cy_rtos_start_timer()795 k_timer_start(&timer->z_timer, K_MSEC(num_ms), K_MSEC(num_ms)); in cy_rtos_start_timer()810 k_timer_stop(&timer->z_timer); in cy_rtos_stop_timer()824 *state = (k_timer_remaining_get(&timer->z_timer) != 0u); in cy_rtos_is_running_timer()
Completed in 7 milliseconds