Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
k_timepoint_t Struct Reference

Kernel timepoint type. More...

#include <zephyr/sys/clock.h>

Data Fields

uint64_t tick

Detailed Description

Kernel timepoint type.

Absolute timepoints are stored in this opaque type. It is best not to inspect its content directly.

See also
sys_timepoint_calc()
sys_timepoint_timeout()
sys_timepoint_expired()

Field Documentation

◆ tick

uint64_t k_timepoint_t::tick

The documentation for this struct was generated from the following file: