FastLED 3.9.15
Loading...
Searching...
No Matches

◆ millis64_reset()

void fl::millis64_reset ( )

Definition at line 100 of file chrono.cpp.hpp.

100 {
101 Millis64State& state = get_millis64_state();
102 fl::unique_lock<fl::mutex> lock(state.mutex);
103 state.accumulated = 0;
104 state.last_millis = 0;
105 state.initialized = false;
106}
TestState state

References millis64_reset(), and state.

Referenced by millis64_reset().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: