![]() |
Contiki-NG
|
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. | |
| void | rtimer_arch_init (void) |
| TODO. | |
| void | rtimer_arch_schedule (rtimer_clock_t t) |
| This function schedules a one-shot event with the AON RTC. | |
| rtimer_clock_t | rtimer_arch_now () |
| Returns the current real-time clock time. | |
Implementation of the rtimer driver for CC13xx/CC26xx.
Definition in file rtimer-arch.c.