µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
chrono File Reference
#include <cmsis-plus/rtos/os.h>
#include <chrono>

Go to the source code of this file.

Classes

struct  os::estd::chrono::has_sleep_for< T, typename >
 
class  os::estd::chrono::high_resolution_clock
 
class  os::estd::chrono::realtime_clock
 
class  os::estd::chrono::system_clock
 
class  os::estd::chrono::systick_clock
 

Namespaces

 os
 System namespace.
 
 os::estd
 Embedded std namespace.
 
 os::estd::chrono
 

Macros

#define CMSIS_PLUS_CHRONO_CLOCKS_H_
 

Functions

template<class _To , class Rep_T , class Period_T >
constexpr std::enable_if< std::chrono::__is_duration< _To >::value, _To >::type os::estd::chrono::ceil (std::chrono::duration< Rep_T, Period_T > d)
 
using os::estd::chrono::systicks = systick_clock::duration
 
using os::estd::chrono::steady_clock = system_clock
 
constexpr systicks os::estd::chrono::operator"" _ticks (unsigned long long t)
 

Macro Definition Documentation

◆ CMSIS_PLUS_CHRONO_CLOCKS_H_

#define CMSIS_PLUS_CHRONO_CLOCKS_H_

Definition at line 29 of file chrono.