µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::port::clock Namespace Reference

Typedefs

using duration_t = uint32_t
 Type of variables holding timer durations.
 
using offset_t = int64_t
 
using timestamp_t = uint64_t
 Type of variables holding time stamps.
 

Typedef Documentation

◆ duration_t

using os::rtos::port::clock::duration_t = typedef uint32_t

Type of variables holding timer durations.

A numeric type intended to hold a generic duration, either in ticks cycles or seconds.

Definition at line 820 of file os-decls.h.

◆ offset_t

using os::rtos::port::clock::offset_t = typedef int64_t

Definition at line 830 of file os-decls.h.

◆ timestamp_t

using os::rtos::port::clock::timestamp_t = typedef uint64_t

Type of variables holding time stamps.

A numeric type intended to hold a generic timestamp, either in ticks cycles or seconds.

Definition at line 828 of file os-decls.h.