HALDLS
phy.h
Go to the documentation of this file.
1 #pragma once
2 #include "haldls/vx/genpybind.h"
3 #include "haldls/vx/phy.h"
4 
6 
7 using PhyConfigFPGA GENPYBIND(visible) = haldls::vx::PhyConfigFPGA;
8 using PhyConfigChip GENPYBIND(visible) = haldls::vx::PhyConfigChip;
11 using PhyStatus GENPYBIND(visible) = haldls::vx::PhyStatus;
12 
13 } // namespace haldls::vx::v3
Container for configuration of enable values for the chip-side PHYs.
Definition: phy.h:316
Container for configuration of enable values for the FPGA-side PHYs.
Definition: phy.h:264
Container for individual configuration of chip-side PHYs.
Definition: phy.h:217
Container for individual configuration of FPGA-side PHYs.
Definition: phy.h:172
#define GENPYBIND_TAG_HALDLS_VX_V3
Definition: genpybind.h:6
haldls::vx::PhyStatus PhyStatus
Definition: phy.h:11
haldls::vx::PhyConfigChip PhyConfigChip
Definition: phy.h:8
haldls::vx::CommonPhyConfigChip CommonPhyConfigChip
Definition: phy.h:10
haldls::vx::CommonPhyConfigFPGA CommonPhyConfigFPGA
Definition: phy.h:9
haldls::vx::PhyConfigFPGA PhyConfigFPGA
Definition: phy.h:7