RTEMS CPU Kit with SuperCore
4.11.3
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
score
include
rtems
score
timecounterimpl.h
Go to the documentation of this file.
1
9
/*
10
* Copyright (c) 2015 embedded brains GmbH. All rights reserved.
11
*
12
* embedded brains GmbH
13
* Dornierstr. 4
14
* 82178 Puchheim
15
* Germany
16
* <rtems@embedded-brains.de>
17
*
18
* The license and distribution terms for this file may be
19
* found in the file LICENSE in this distribution or at
20
* http://www.rtems.org/license/LICENSE.
21
*/
22
23
#ifndef _RTEMS_SCORE_TIMECOUNTERIMPL_H
24
#define _RTEMS_SCORE_TIMECOUNTERIMPL_H
25
26
#include <
rtems/score/timecounter.h
>
27
#include <
sys/timetc.h
>
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
/* __cplusplus */
32
39
void
_Timecounter_Initialize(
void
);
40
41
void
_Timecounter_Set_clock(
const
struct
timespec *ts );
42
45
#ifdef __cplusplus
46
}
47
#endif
/* __cplusplus */
48
49
#endif
/* _RTEMS_SCORE_TIMECOUNTERIMPL_H */
timecounter.h
Timecounter API.
timetc.h
Generated by
1.8.13