Contiki 3.x
|
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... | |
Clock module library port for MK60DZ10.
Definition in file clock.c.