Contiki-NG
Loading...
Searching...
No Matches

Software clock implementation for the TI CC13xx/CC26xx. More...

#include "contiki.h"
#include "ti-lib.h"

Go to the source code of this file.

Functions

void clock_init (void)
 Initialize the clock library.
 
clock_time_t clock_time (void)
 Get the current clock time.
 
unsigned long clock_seconds (void)
 Get the current value of the platform seconds.
 
void clock_wait (clock_time_t i)
 Wait for a given number of ticks.
 
void clock_delay_usec (uint16_t len)
 Delay a given number of microseconds.
 
void clock_delay (unsigned int i)
 Obsolete delay function but we implement it here since some code still uses it.
 

Variables

static volatile uint64_t count
 Num.
 

Detailed Description

Software clock implementation for the TI CC13xx/CC26xx.

Definition in file clock.c.