Contiki 3.x
|
Clock.More...
#include <stdio.h>
#include "hal/error.h"
#include "hal/hal.h"
#include "dev/stm32w-systick.h"
#include "contiki.h"
#include "sys/clock.h"
#include "uart1.h"
#include "dev/leds.h"
#include "dev/stm32w-radio.h"
#include "net/ip/uip-debug.h"
Go to the source code of this file.
Functions | |
void | clock_init (void) |
Initialize the clock library. More... | |
clock_time_t | clock_time (void) |
Get the current clock time. More... | |
void | clock_delay (unsigned int i) |
Delay the CPU for a multiple of TODO. More... | |
void | clock_wait (clock_time_t i) |
Wait for a multiple of 1 ms. More... | |
unsigned long | clock_seconds (void) |
Get the current value of the platform seconds. More... | |
Clock.
Definition in file clock.c.