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

Detailed Description

Wall clock (may not be monotonic)

On embedded platforms this behaves identically to steady_clock since there is no real-time clock available. Uses fl::micros() as the underlying time source.

Definition at line 202 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<system_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 = false
 

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