|
RTEMS CPU Kit with SuperCore
4.11.3
|
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... | |
TOD control.
| 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.
| 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().
1.8.13