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
score
src
watchdogtickssinceboot.c
Go to the documentation of this file.
1
8
/*
9
* COPYRIGHT (c) 1989-2009.
10
* On-Line Applications Research Corporation (OAR).
11
*
12
* The license and distribution terms for this file may be
13
* found in the file LICENSE in this distribution or at
14
* http://www.rtems.org/license/LICENSE.
15
*/
16
17
#ifdef HAVE_CONFIG_H
18
#include "config.h"
19
#endif
20
21
#include <
rtems/score/watchdogticks.h
>
22
23
/*
24
* This is defined in a separate module to allow the new network to define it
25
* with an additional strong reference. Strong references cannot alias a
26
* common symbol. Since the GCC option -fno-common is not used throughout
27
* RTEMS we cannot define it here.
28
*/
29
volatile
Watchdog_Interval
_Watchdog_Ticks_since_boot
;
Watchdog_Interval
uint32_t Watchdog_Interval
Type is used to specify the length of intervals.
Definition:
watchdogticks.h:38
watchdogticks.h
Constants for the watchdog ticks.
_Watchdog_Ticks_since_boot
volatile Watchdog_Interval _Watchdog_Ticks_since_boot
The watchdog ticks counter.
Definition:
watchdogtickssinceboot.c:29
Generated by
1.8.14