RTEMS
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