Embedded Artistry Framework
Embedded Systems C++ Framework
Namespaces | Typedefs
clock.hpp File Reference
#include <chrono>
Include dependency graph for clock.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 
 embvm::clk
 Definitions, functions, and classes related to clock devices.
 

Typedefs

using embvm::clk::freq_hz_t = std::chrono::duration< uint64_t, std::ratio< 1 > >
 Represents the frequency of the clock, in Hz. More...
 
using embvm::clk::clock_period_t = std::chrono::duration< uint64_t, std::nano >
 Represents the period of the clock, in nanoseconds. More...