|
tin
1.5.9
|
#include <freertos.h>

Public Types | |
| using | duration = std::chrono::milliseconds |
| using | period = duration::period |
| using | rep = duration::rep |
| using | time_point = std::chrono::time_point< FreeRTOSClock > |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static constexpr bool | is_steady = true |
FreeRTOS tick-count clock adapter.
Clock-shaped adapter for host-style timing policies. HSM semantics consume explicit ticks and typed events.
| using tsm::FreeRTOSClock::duration = std::chrono::milliseconds |
| using tsm::FreeRTOSClock::period = duration::period |
| using tsm::FreeRTOSClock::rep = duration::rep |
| using tsm::FreeRTOSClock::time_point = std::chrono::time_point<FreeRTOSClock> |
|
inlinestaticnoexcept |
|
staticconstexpr |