8 #ifndef WATCHDOG_TIMER_FREERTOS_H 9 #define WATCHDOG_TIMER_FREERTOS_H 30 #define CHECKPOINT_FREERTOS_OK 0 31 #define CHECKPOINT_FREERTOS_ERROR -1 int32_t watchdog_timer_freertos_scheduler_checkpoint_start(void)
Starts the FreeRTOS scheduler checkpoint.
int32_t watchdog_timer_freertos_scheduler_checkpoint_stop(void)
Stops the FreeRTOS scheduler checkpoint.
void watchdog_timer_freertos_print_tasks_state(void)
Prints the current FreeRTOS tasks state.