|
FastLED 3.9.15
|
#include "fl/stl/chrono.h"#include "fl/log/log.h"#include "fl/stl/mutex.h"#include "platforms/time_platform.h"
Include dependency graph for chrono.cpp.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | fl::anonymous_namespace{chrono.cpp.hpp}::Millis64State |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
| namespace | fl::anonymous_namespace{chrono.cpp.hpp} |
Functions | |
| Millis64State & | fl::anonymous_namespace{chrono.cpp.hpp}::get_millis64_state () |
| fl::u32 | fl::micros () FL_NOEXCEPT |
| Universal microsecond timer - returns microseconds since system startup. | |
| fl::u32 | fl::millis () FL_NOEXCEPT |
| Universal millisecond timer - returns milliseconds since system startup. | |
| fl::u64 | fl::millis64 () FL_NOEXCEPT |
| 64-bit millisecond timer - returns milliseconds since system startup without wraparound | |
| void | fl::millis64_reset () |