FastLED 3.9.15
Loading...
Searching...
No Matches
fl::chrono::steady_clock Struct Reference

Detailed Description

Monotonic clock that never goes backwards.

Uses fl::micros() as the underlying time source, providing microsecond resolution across all FastLED platforms.

Definition at line 186 of file chrono.h.

#include <chrono.h>

Public Types

using duration = microseconds
 
using period = duration::period
 
using rep = duration::rep
 
using time_point = fl::chrono::time_point<steady_clock>
 

Static Public Member Functions

static time_point now () FL_NOEXCEPT
 Returns the current time point (implemented after fl::micros() declaration)
 

Static Public Attributes

static constexpr bool is_steady = true
 

The documentation for this struct was generated from the following file: