Contiki-NG
Functions

Implementation of the rtimer driver for CC13xx/CC26xx. More...

#include "contiki.h"
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(driverlib/aon_event.h)>
#include <DeviceFamily_constructPath(driverlib/aon_rtc.h)>
#include <DeviceFamily_constructPath(driverlib/interrupt.h)>
#include <ti/drivers/dpl/ClockP.h>
#include <ti/drivers/dpl/HwiP.h>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Functions

static void rtimer_clock_stub (uintptr_t unused)
 Stub function used when creating the dummy clock object.
 
static void rtimer_isr_hook (void)
 The Man-in-the-Middle ISR hook for the HWI dispatch ISR. More...
 
void rtimer_arch_init (void)
 TODO. More...
 
void rtimer_arch_schedule (rtimer_clock_t t)
 Schedules an rtimer task to be triggered at time t. More...
 
rtimer_clock_t rtimer_arch_now ()
 Returns the current real-time clock time. More...
 

Detailed Description

Implementation of the rtimer driver for CC13xx/CC26xx.

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

Definition in file rtimer-arch.c.