Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
k_timepoint_t Struct Reference

Kernel timepoint type. More...

#include <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: