|
Contiki 3.x
|
Implementation of the CC13xx/CC26xx AON RTC driver. More...
#include "contiki.h"#include "sys/energest.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. More... | |
| rtimer_clock_t | soc_rtc_get_next_trigger (void) |
| Return the time of the next scheduled rtimer event. More... | |
| void | soc_rtc_schedule_one_shot (uint32_t channel, uint32_t t) |
| Schedule an AON RTC channel 0 one-shot compare event. More... | |
Implementation of the CC13xx/CC26xx AON RTC driver.
Definition in file soc-rtc.c.
1.8.6