RTEMS
Main Page
Related Pages
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
b
c
g
m
p
r
s
t
u
v
+
Variables
_
b
c
r
+
Typedefs
b
c
f
h
i
o
p
r
s
t
u
w
+
Enumerations
c
h
i
m
o
p
r
s
t
w
+
Enumerator
c
h
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
include
rtems
clockdrv.h
Go to the documentation of this file.
1
11
/*
12
* COPYRIGHT (c) 1989-2011.
13
* On-Line Applications Research Corporation (OAR).
14
*
15
* The license and distribution terms for this file may be
16
* found in the file LICENSE in this distribution or at
17
* http://www.rtems.org/license/LICENSE.
18
*/
19
20
#ifndef _RTEMS_CLOCKDRV_H
21
#define _RTEMS_CLOCKDRV_H
22
23
#include <stdint.h>
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
44
extern
volatile
uint32_t
Clock_driver_ticks
;
45
49
void
_Clock_Initialize
(
void
);
50
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
58
/* end of include file */
Clock_driver_ticks
volatile uint32_t Clock_driver_ticks
Count of clock driver ticks since system boot or last overflow.
Definition:
clockimpl.h:114
_Clock_Initialize
void _Clock_Initialize(void)
Initialize the clock driver.
Definition:
clockimpl.h:204
Generated by
1.8.14