Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
arm
stm32f103
rtimer-arch.h
Go to the documentation of this file.
1
/**
2
* \file
3
* Header file for the STM32F103-specific rtimer code
4
* \author
5
* Simon Berg <ksb@users.sourceforge.net>
6
*/
7
8
#ifndef __RTIMER_ARCH_H__
9
#define __RTIMER_ARCH_H__
10
11
#include "
sys/rtimer.h
"
12
13
#define RTIMER_ARCH_SECOND (MCK/1024)
14
15
void
rtimer_arch_set(rtimer_clock_t t);
16
17
rtimer_clock_t rtimer_arch_now(
void
);
18
19
#endif
/* __RTIMER_ARCH_H__ */
Generated on Fri Aug 30 2013 12:34:07 for Contiki 2.5 by
1.8.3.1