Contiki 3.x
Macros | Functions
rtimer-arch.c File Reference

    K60 specific rtimer library implementation.
More...

#include "rtimer-arch.h"
#include "K60.h"
#include <stdio.h>

Go to the source code of this file.

Macros

#define RTIMER_ARCH_FREE_RUNNING_LDVAL   (PIT_LDVAL_TSV_MASK >> PIT_LDVAL_TSV_SHIFT)
 LDVAL of the free running timer.
 

Functions

void _isr_pit0 (void)
 

Detailed Description

    K60 specific rtimer library implementation.
Author
Joakim Gebart joaki.nosp@m.m.ge.nosp@m.bart@.nosp@m.eist.nosp@m.ec.se

Definition in file rtimer-arch.c.

Function Documentation

void _isr_pit0 ( void  )
Todo:
compensate for time between offset = rtimer_arch_now() and RTIMER_ARCH_TIMER_ENABLE in rtimer ISR.

Definition at line 133 of file rtimer-arch.c.

References BITBAND_REG, RTIMER_ARCH_FREE_RUNNING_LDVAL, rtimer_arch_now, and rtimer_run_next().