BSP and Device Driver Development Guide
The setRealTime routine sets the preferred RTC TOD to the
TOD specified by the caller.
void setRealTime( rtems_time_of_day *tod )
{
  if no RTCs are present
    return
  invoke the deviceSetTime routine for the preferred RTC
}
 
 
BSP and Device Driver Development Guide
Copyright © 1988-2004 OAR Corporation