RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
TOD_Control Struct Reference

TOD control. More...

#include <todimpl.h>

Data Fields

uint32_t seconds_trigger
 Time of day seconds trigger. More...
 
bool is_set
 Indicates if the time of day is set. More...
 

Detailed Description

TOD control.

Field Documentation

◆ is_set

bool TOD_Control::is_set

Indicates if the time of day is set.

This is true if the application has set the current time of day, and false otherwise.

◆ seconds_trigger

uint32_t TOD_Control::seconds_trigger

Time of day seconds trigger.

This value specifies the nanoseconds since the last time of day second. It is updated and evaluated in _TOD_Tickle_ticks(). It is set in _TOD_Set_with_timestamp().


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