RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
26extern "C" {
27#endif
28
44extern volatile uint32_t Clock_driver_ticks;
45
49void _Clock_Initialize( void );
50
53#ifdef __cplusplus
54}
55#endif
56
57#endif
58/* end of include file */
volatile uint32_t Clock_driver_ticks
Count of clock driver ticks since system boot or last overflow.
Definition: clock.c:30
void _Clock_Initialize(void)
Initialize the clock driver.
Definition: clock.c:56