![]() |
Contiki-NG
|
Implementation of the architecture dependent rtimer functions for the nRF. More...
#include "contiki.h"#include "nrf.h"#include "hal/nrf_timer.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) |
| Schedules an rtimer task to be triggered at time t. | |
| rtimer_clock_t | rtimer_arch_now (void) |
| Returns the current real-time clock time. | |
Implementation of the architecture dependent rtimer functions for the nRF.
Definition in file rtimer-arch.c.