|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <chrono>

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... | |
1.8.15