|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
IDFXX chrono utilities. More...
#include <chrono>#include <freertos/FreeRTOS.h>#include <freertos/task.h>Go to the source code of this file.
Classes | |
| struct | idfxx::chrono::tick_clock |
| Steady clock based on FreeRTOS tick count. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::chrono |
| ESP-IDF C++ chrono utilities. | |
Functions | |
| template<class Rep , class Period > | |
| constexpr TickType_t | idfxx::chrono::ticks (const std::chrono::duration< Rep, Period > &d) |
| Converts a std::chrono duration to TickType_t ticks. | |
IDFXX chrono utilities.
Definition in file chrono.hpp.