Bitstream Interpretation Library (BIL)
0.1
|
Contains V5RegisterAddress enumeration constants and strings. More...
#include <bitstream/RegisterAddress.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bil |
namespace | bil::V5RegisterAddress |
Namespace for Virtex-5 register address constants. |
Macros | |
#define | BIL_V5REGISTERADDRESS_HPP |
Functions | |
const char * | bil::V5RegisterAddress::toString (RegisterAddress::address_t address) |
Returns a string representation of given address constant. |
Variables | |
const RegisterAddress::address_t | bil::V5RegisterAddress::CRC = 0x0 |
const RegisterAddress::address_t | bil::V5RegisterAddress::FAR = 0x1 |
const RegisterAddress::address_t | bil::V5RegisterAddress::FDRI = 0x2 |
const RegisterAddress::address_t | bil::V5RegisterAddress::FDRO = 0x3 |
const RegisterAddress::address_t | bil::V5RegisterAddress::CMD = 0x4 |
const RegisterAddress::address_t | bil::V5RegisterAddress::CTL0 = 0x5 |
const RegisterAddress::address_t | bil::V5RegisterAddress::MASK = 0x6 |
const RegisterAddress::address_t | bil::V5RegisterAddress::STAT = 0x7 |
const RegisterAddress::address_t | bil::V5RegisterAddress::LOUT = 0x8 |
const RegisterAddress::address_t | bil::V5RegisterAddress::COR0 = 0x9 |
const RegisterAddress::address_t | bil::V5RegisterAddress::MFWR = 0xa |
const RegisterAddress::address_t | bil::V5RegisterAddress::CBC = 0xb |
const RegisterAddress::address_t | bil::V5RegisterAddress::IDCODE = 0xc |
const RegisterAddress::address_t | bil::V5RegisterAddress::AXSS = 0xd |
const RegisterAddress::address_t | bil::V5RegisterAddress::COR1 = 0xe |
const RegisterAddress::address_t | bil::V5RegisterAddress::CSOB = 0xf |
const RegisterAddress::address_t | bil::V5RegisterAddress::WBSTAR = 0x10 |
const RegisterAddress::address_t | bil::V5RegisterAddress::TIMER = 0x11 |
const RegisterAddress::address_t | bil::V5RegisterAddress::REG19 = 0x13 |
const RegisterAddress::address_t | bil::V5RegisterAddress::BOOTSTS = 0x16 |
const RegisterAddress::address_t | bil::V5RegisterAddress::CTL1 = 0x18 |
const char *const | bil::V5RegisterAddress::CRC_STRING = "CRC" |
const char *const | bil::V5RegisterAddress::FAR_STRING = "FAR" |
const char *const | bil::V5RegisterAddress::FDRI_STRING = "FDRI" |
const char *const | bil::V5RegisterAddress::FDRO_STRING = "FDRO" |
const char *const | bil::V5RegisterAddress::CMD_STRING = "CMD" |
const char *const | bil::V5RegisterAddress::CTL0_STRING = "CTL0" |
const char *const | bil::V5RegisterAddress::MASK_STRING = "MASK" |
const char *const | bil::V5RegisterAddress::STAT_STRING = "STAT" |
const char *const | bil::V5RegisterAddress::LOUT_STRING = "LOUT" |
const char *const | bil::V5RegisterAddress::COR0_STRING = "COR0" |
const char *const | bil::V5RegisterAddress::MFWR_STRING = "MFWR" |
const char *const | bil::V5RegisterAddress::CBC_STRING = "CBC" |
const char *const | bil::V5RegisterAddress::IDCODE_STRING = "IDCODE" |
const char *const | bil::V5RegisterAddress::AXSS_STRING = "AXSS" |
const char *const | bil::V5RegisterAddress::COR1_STRING = "COR1" |
const char *const | bil::V5RegisterAddress::CSOB_STRING = "CSOB" |
const char *const | bil::V5RegisterAddress::WBSTAR_STRING = "WBSTAR" |
const char *const | bil::V5RegisterAddress::TIMER_STRING = "TIMER" |
const char *const | bil::V5RegisterAddress::REG19_STRING = "REG19" |
const char *const | bil::V5RegisterAddress::BOOTSTS_STRING = "BOOTSTS" |
const char *const | bil::V5RegisterAddress::CTL1_STRING = "CTL1" |
Contains V5RegisterAddress enumeration constants and strings.
Definition in file V5RegisterAddress.hpp.
#define BIL_V5REGISTERADDRESS_HPP |
Definition at line 8 of file V5RegisterAddress.hpp.