Contiki-NG
Loading...
Searching...
No Matches

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.
 

Detailed Description

Implementation of the architecture dependent rtimer functions for the nRF.

Author
Yago Fontoura do Rosario yago..nosp@m.rosa.nosp@m.rio@h.nosp@m.otma.nosp@m.il.co.nosp@m.m.br

Definition in file rtimer-arch.c.