#include "main_master.h"
#include "master/master_event.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <master/sc_types.h>
Go to the source code of this file.
|
| void | timer_init (void) |
| | Initialize the timer handler for the master statechart.
|
| |
◆ MASTER_MAX_TIMERS
| #define MASTER_MAX_TIMERS 3 |
◆ timer_init()
Initialize the timer handler for the master statechart.
Clears internal timer slots. Call once at startup before starting the state machine. Timers are created/removed by master_statechart_set_timer / master_statechart_unset_timer.