Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
packetprocessor
V5RegisterAddress.hpp
Go to the documentation of this file.
1
6
#pragma once
7
#ifndef BIL_V5REGISTERADDRESS_HPP
8
#define BIL_V5REGISTERADDRESS_HPP
9
10
#include <
bitstream/RegisterAddress.hpp
>
11
12
13
namespace
bil {
14
20
namespace
V5RegisterAddress {
21
22
const
RegisterAddress::address_t
CRC
= 0x0;
23
const
RegisterAddress::address_t
FAR
= 0x1;
24
const
RegisterAddress::address_t
FDRI
= 0x2;
25
const
RegisterAddress::address_t
FDRO
= 0x3;
26
const
RegisterAddress::address_t
CMD
= 0x4;
27
const
RegisterAddress::address_t
CTL0
= 0x5;
28
const
RegisterAddress::address_t
MASK
= 0x6;
29
const
RegisterAddress::address_t
STAT
= 0x7;
30
const
RegisterAddress::address_t
LOUT
= 0x8;
31
const
RegisterAddress::address_t
COR0
= 0x9;
32
const
RegisterAddress::address_t
MFWR
= 0xa;
33
const
RegisterAddress::address_t
CBC
= 0xb;
34
const
RegisterAddress::address_t
IDCODE
= 0xc;
35
const
RegisterAddress::address_t
AXSS
= 0xd;
36
const
RegisterAddress::address_t
COR1
= 0xe;
37
const
RegisterAddress::address_t
CSOB
= 0xf;
38
const
RegisterAddress::address_t
WBSTAR
= 0x10;
39
const
RegisterAddress::address_t
TIMER
= 0x11;
40
const
RegisterAddress::address_t
REG19
= 0x13;
41
const
RegisterAddress::address_t
BOOTSTS
= 0x16;
42
const
RegisterAddress::address_t
CTL1
= 0x18;
43
44
extern
const
char
*
const
CRC_STRING
;
45
extern
const
char
*
const
FAR_STRING
;
46
extern
const
char
*
const
FDRI_STRING
;
47
extern
const
char
*
const
FDRO_STRING
;
48
extern
const
char
*
const
CMD_STRING
;
49
extern
const
char
*
const
CTL0_STRING
;
50
extern
const
char
*
const
MASK_STRING
;
51
extern
const
char
*
const
STAT_STRING
;
52
extern
const
char
*
const
LOUT_STRING
;
53
extern
const
char
*
const
COR0_STRING
;
54
extern
const
char
*
const
MFWR_STRING
;
55
extern
const
char
*
const
CBC_STRING
;
56
extern
const
char
*
const
IDCODE_STRING
;
57
extern
const
char
*
const
AXSS_STRING
;
58
extern
const
char
*
const
COR1_STRING
;
59
extern
const
char
*
const
CSOB_STRING
;
60
extern
const
char
*
const
WBSTAR_STRING
;
61
extern
const
char
*
const
TIMER_STRING
;
62
extern
const
char
*
const
REG19_STRING
;
63
extern
const
char
*
const
BOOTSTS_STRING
;
64
extern
const
char
*
const
CTL1_STRING
;
65
66
71
const
char
*
toString
(
RegisterAddress::address_t
address);
72
73
}
74
75
}
76
77
#endif
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1