Defines type for Task scheduling.
static const scheduleEntry_t appSchedule[SCHEDULE_LEN]
Defines an example Application Schedule with optional Tasks.
static const scheduleEntry_t appStartupSchedule[STARTUP_SCHEDULE_LEN]
Defines an example Application Startup Schedule with optional Tasks.
static const scheduleEntry_t appShutdownTask
Defines an example Application Shutdown Task schedule entry.
#define SCHEDULE_LEN
Configures the schedule length of the example Application Schedule.
#define STARTUP_SCHEDULE_LEN
Configures the schedule length of the example Application Startup Schedule.
Defines a schedule entry containing a task function pointer and its duration.