RTEMS
|
TOD to Seconds. More...
Go to the source code of this file.
Macros | |
#define | TOD_SECONDS_AT_2100_03_01_00_00 4107538800UL |
Functions | |
Watchdog_Interval | _TOD_To_seconds (const rtems_time_of_day *the_tod) |
% More... | |
Variables | |
const uint16_t | _TOD_Days_to_date [2][13] |
const uint16_t | _TOD_Days_since_last_leap_year [4] = { 0, 366, 731, 1096 } |
TOD to Seconds.
Definition in file clocktodtoseconds.c.
Watchdog_Interval _TOD_To_seconds | ( | const rtems_time_of_day * | the_tod | ) |
const uint16_t _TOD_Days_to_date[2][13] |
Definition at line 31 of file clocktodtoseconds.c.