![]() |
Contiki-NG
|
Architecture dependent rtimer implementation header file. More...
#include "contiki.h"#include "nrf.h"#include "nrf_timer.h"#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| void | rtimer_arch_init (void) |
| Initialized the architecture-dependent part of rtimer. | |
| void | rtimer_arch_schedule (rtimer_clock_t t) |
| This function schedules a one-shot event with the nRF RTC. | |
| rtimer_clock_t | rtimer_arch_now () |
| Returns the current real-time clock time. | |
Architecture dependent rtimer implementation header file.
Definition in file rtimer-arch.c.