Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lpcWD.h
Go to the documentation of this file.
1
/******************************************************************************
2
*
3
* $RCSfile$
4
* $Revision$
5
*
6
* Header file for Philips LPC ARM Processors.
7
* Copyright 2004 R O SoftWare
8
*
9
* No guarantees, warrantees, or promises, implied or otherwise.
10
* May be used for hobby or commercial purposes provided copyright
11
* notice remains intact.
12
*
13
*****************************************************************************/
14
#ifndef INC_LPC_WD_H
15
#define INC_LPC_WD_H
16
17
// Watchdog Registers
18
typedef
struct
19
{
20
REG_8
mod
;
// Watchdog Mode Register
21
REG_8
_pad0[3];
22
REG32
tc
;
// Watchdog Time Constant Register
23
REG_8
feed
;
// Watchdog Feed Register
24
REG32
tv
;
// Watchdog Time Value Register
25
}
wdRegs_t
;
26
27
#endif
REG32
#define REG32
Definition:
LPC21xx.h:20
REG_8
#define REG_8
Definition:
LPC21xx.h:18
wdRegs_t::mod
REG_8 mod
Definition:
lpcWD.h:20
wdRegs_t::feed
REG_8 feed
Definition:
lpcWD.h:23
wdRegs_t::tc
REG32 tc
Definition:
lpcWD.h:22
wdRegs_t
Definition:
lpcWD.h:18
wdRegs_t::tv
REG32 tv
Definition:
lpcWD.h:24
sw
airborne
arch
lpc21
include
lpcWD.h
Generated on Tue Jun 21 2016 14:01:09 for Paparazzi UAS by
1.8.8