Contiki 3.x
Functions
rtc.h File Reference

    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.
 

Detailed Description

    Implementation of K60 RTC driver.
Author
Joakim Gebart joaki.nosp@m.m.ge.nosp@m.bart@.nosp@m.eist.nosp@m.ec.se

Definition in file rtc.h.