Contiki-NG
Functions

Header file for the CC13xx/CC26xx AON RTC driver. More...

#include "contiki.h"
#include "rtimer.h"
#include <stdint.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...
 

Detailed Description

Header file for the CC13xx/CC26xx AON RTC driver.

Definition in file soc-rtc.h.