![]() |
RTEMS 6.1-rc7
|
This header file provides the implementation interfaces of the Clock Manager. More...
#include <rtems/rtems/clock.h>
Go to the source code of this file.
Enumerations | |
enum | TOD_Ticks_validation { TOD_DISABLE_TICKS_VALIDATION = 0 , TOD_ENABLE_TICKS_VALIDATION = -1 } |
The enumerators of this type determine if the ticks member is validated in _TOD_Validate(). More... | |
Functions | |
rtems_status_code | _TOD_Validate (const rtems_time_of_day *the_tod, TOD_Ticks_validation ticks_validation) |
Validates the time of day. | |
Watchdog_Interval | _TOD_To_seconds (const rtems_time_of_day *the_tod) |
TOD to Seconds. | |
This header file provides the implementation interfaces of the Clock Manager.