C++ API clocks definitions.
More...
- Examples
◆ duration_t
A numeric type intended to store a clock duration, either in ticks or in seconds.
Definition at line 78 of file os-clocks.h.
◆ offset_t
A numeric type intended to store a clock offset (difference to epoch), either in ticks or in seconds.
Definition at line 99 of file os-clocks.h.
◆ timestamp_t
A numeric type intended to store a clock timestamp, either in ticks or in seconds.
Definition at line 88 of file os-clocks.h.
◆ hrclock
◆ rtclock
◆ sysclock
Referenced by os::rtos::event_flags::event_flags(), os::rtos::mutex::mutex(), os::rtos::timer::timer(), os::rtos::internal::clock_timestamps_list::check_timestamp(), os::estd::chrono::systick_clock::now(), os::estd::chrono::system_clock::now(), os_clock_get_sysclock(), os_sysclock_now(), os_sysclock_sleep_for(), os_sysclock_sleep_until(), os_sysclock_wait_for(), os_systick_handler(), osDelay(), and os::rtos::scheduler::start().