9 #include <FreeRTOSConfig.h>
13 #include <hal_freertos/tick_timer.h>
17 TickTimer::TickTimer()
18 : TimeRef(configTICK_RATE_HZ)
25 return (u32) xTaskGetTickCount();
SatCat5 time reference using the FreeRTOS tick counter.
u32 raw() override
Get FreeRTOS Tick Count.
void suggest_clock(satcat5::util::TimeRef *timer)
Compare the provided reference to the current TimeRef, and keep whichever is "better" by an internal ...
Provides a FreeRTOS task function and hooks for using SatCat5 as a task inside a larger FreeRTOS proj...