idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
Chrono Utilities

FreeRTOS tick conversions using std::chrono. More...

Namespaces

namespace  idfxx
 
namespace  idfxx::chrono
 ESP-IDF C++ chrono utilities.
 

Classes

struct  idfxx::chrono::tick_clock
 Steady clock based on FreeRTOS tick count. More...
 

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

FreeRTOS tick conversions using std::chrono.

Provides utilities for converting std::chrono::duration to FreeRTOS ticks.

Function Documentation

◆ ticks()