![]() |
Contiki-NG
|
Implementation of the CC13xx/CC26xx AON RTC driver. More...
#include "contiki.h"
#include "rtimer.h"
#include "lpm.h"
#include "ti-lib.h"
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | soc_rtc_init (void) |
Initialise the CC13XX/CC26XX AON RTC module. | |
rtimer_clock_t | soc_rtc_get_next_trigger (void) |
Return the time of the next scheduled rtimer event. | |
void | soc_rtc_schedule_one_shot (uint32_t channel, uint32_t t) |
Schedule an AON RTC channel 0 one-shot compare event. | |
Implementation of the CC13xx/CC26xx AON RTC driver.
Definition in file soc-rtc.c.