µ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-clocks.h File Reference

Go to the source code of this file.

Classes

class  os::rtos::adjustable_clock
 Adjustable (non-steady) clock. More...
 
class  os::rtos::clock
 Generic clock. More...
 
class  os::rtos::clock_highres
 High Resolution derived clock. More...
 
class  os::rtos::clock_rtc
 Real time clock. More...
 
class  os::rtos::clock_systick
 SysTick derived clock. More...
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::rtos
 RTOS namespace.
 

Variables

clock_highres os::rtos::hrclock
 The high resolution clock object instance.
 
clock_rtc os::rtos::rtclock
 The real time clock object instance.
 
clock_systick os::rtos::sysclock
 The system clock object instance.