Contiki 3.x
Functions
clock.c File Reference

    Clock module library port for MK60DZ10.
More...

#include "contiki.h"
#include "contiki-conf.h"
#include "sys/clock.h"
#include "sys/etimer.h"
#include "K60.h"
#include "power-modes.h"

Go to the source code of this file.

Functions

clock_time_t clock_time (void)
 Get the current clock time. More...
 
unsigned long clock_seconds (void)
 Get the current value of the platform seconds. More...
 
void clock_set_seconds (unsigned long sec)
 Set the value of the platform seconds. More...
 
void clock_init (void)
 Initialize the clock library. More...
 

Detailed Description

    Clock module library port for MK60DZ10.
Author
Tony Persson tony..nosp@m.pers.nosp@m.son@r.nosp@m.ubic.nosp@m.o.com

Definition in file clock.c.