|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
FreeRTOS RTOS Tick clock policy using xTaskGetTickCount().
More...
#include <ClockPolicies.hpp>
Collaboration diagram for corium::FreeRtosClockPolicy:Public Types | |
| using | duration = uint32_t |
| using | time_point = uint32_t |
Static Public Member Functions | |
| template<typename Rep , typename Period > | |
| static time_point | add (time_point tp, const std::chrono::duration< Rep, Period > &d) noexcept |
| static time_point | add (time_point tp, duration delta) noexcept |
| static bool | isDue (time_point now, time_point expiry) noexcept |
| static time_point | now () noexcept |
FreeRTOS RTOS Tick clock policy using xTaskGetTickCount().
| using corium::FreeRtosClockPolicy::duration = uint32_t |
| using corium::FreeRtosClockPolicy::time_point = uint32_t |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
Here is the call graph for this function:
|
inlinestaticnoexcept |
Here is the caller graph for this function: