CDT I-BM API
1.0.0
Loading...
Searching...
No Matches
include
cdtIbmRegsMap.h
1
#pragma once
2
3
#include <string>
4
#include <unordered_map>
5
6
const
std::unordered_map<std::string, uint32_t> cdt_ibm_register_map = {{
"status_base"
, 0x00000000},
7
{
"ess_fw_hash"
, 0x00000001},
8
{
"rb_base"
, 0x00000100},
9
{
"tia_serdes_data"
, 0x00003301},
10
{
"tia_serdes_base"
, 0x00003300},
11
{
"tia_adc_control"
, 0x0000330B},
12
// Measurment
13
{
"md_base"
, 0x00001700},
14
{
"meas_base"
, 0x00001600},
15
// Multi channel analyzer
16
{
"mca_base"
, 0x00001500}};
Generated by
1.13.2