Contiki 3.x
|
Implementation of K60 RTC driver.More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | rtc_init (void) |
Initialize the RTC hardware. | |
void | rtc_start (void) |
Enable the RTC seconds counter. | |
void | rtc_stop (void) |
Stop the RTC seconds counter. | |
void | rtc_time_set (uint32_t seconds) |
Set the time. | |
uint32_t | rtc_time_get (void) |
Get the current time. | |
void | rtc_alarm_set (uint32_t alarm_time) |
Set alarm time. | |
Implementation of K60 RTC driver.
Definition in file rtc.h.