Contiki-NG
Functions

Implementation of the clock libary for CC13xx/CC26xx. More...

#include "contiki.h"
#include "sys/etimer.h"
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(driverlib/aon_rtc.h)>
#include <DeviceFamily_constructPath(driverlib/cpu.h)>
#include <DeviceFamily_constructPath(driverlib/interrupt.h)>
#include <DeviceFamily_constructPath(driverlib/prcm.h)>
#include <DeviceFamily_constructPath(driverlib/timer.h)>
#include <ti/drivers/dpl/ClockP.h>
#include <ti/drivers/dpl/HwiP.h>
#include <ti/drivers/power/PowerCC26XX.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...
 
unsigned long clock_seconds (void)
 Get the current value of the platform seconds. More...
 
void clock_wait (clock_time_t i)
 Wait for a given number of ticks. More...
 
void clock_delay_usec (uint16_t usec)
 Delay a given number of microseconds. More...
 
void clock_delay (unsigned int i)
 Obsolete delay function but we implement it here since some code still uses it. More...
 

Detailed Description

Implementation of the clock libary for CC13xx/CC26xx.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file clock-arch.c.