RTEMS 6.1-rc6
|
This source file contains the implementation of _TOD_To_seconds(). More...
Functions | |
Watchdog_Interval | _TOD_To_seconds (const rtems_time_of_day *the_tod) |
TOD to Seconds. | |
Variables | |
const uint16_t | _TOD_Days_to_date [2][13] |
This array contains the number of days in all months up to the month indicated by the index of the second dimension. | |
const uint16_t | _TOD_Days_since_last_leap_year [4] = { 0, 366, 731, 1096 } |
This source file contains the implementation of _TOD_To_seconds().