STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
Scheduler_t Struct Reference

#include <scheduler.h>

Data Fields

uint32_t startTime
 
uint8_t isRunning
 
uint8_t numOfJobs
 
Job_t jobs [MAX_NUM_OF_JOBS]
 

Detailed Description

Structure of the scheduler

Definition at line 48 of file scheduler.h.

Field Documentation

◆ isRunning

uint8_t Scheduler_t::isRunning

Flag to indicate whether the scheduler is running

Definition at line 54 of file scheduler.h.

◆ jobs

Job_t Scheduler_t::jobs[MAX_NUM_OF_JOBS]

Array containing the jobs

Definition at line 58 of file scheduler.h.

◆ numOfJobs

uint8_t Scheduler_t::numOfJobs

The actual number of jobs that the scheduler is scheduling

Definition at line 56 of file scheduler.h.

◆ startTime

uint32_t Scheduler_t::startTime

The starting time (Unix epoch) denoting when the scheduler was launched or processed.

Definition at line 52 of file scheduler.h.


The documentation for this struct was generated from the following file: