idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
chrono.hpp File Reference

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.
 

Detailed Description

IDFXX chrono utilities.

Definition in file chrono.hpp.