<< Previous | Next >>

write_rtc

void write_rtc( unsigned long int time );

Description

Writes a 32 bit seconds value to the RTC, zeros other bits. This function does not stop or delay periodic interrupt. It does not affect the SEC_TIMER or MS_TIMER variables.

Parameters

time
32-bit value representing the number of seconds since January 1, 1980.

Library

RTCLOCK.LIB

See also

read_rtc


Dynamic C Functions << Previous | Next >> rabbit.com