HALDLS
spi.h
Go to the documentation of this file.
1 #pragma once
2 #include "haldls/vx/genpybind.h"
3 #include "haldls/vx/spi.h"
4 
6 
7 using ShiftRegister GENPYBIND(visible) = haldls::vx::ShiftRegister;
8 using DACChannel GENPYBIND(visible) = haldls::vx::DACChannel;
9 using DACControl GENPYBIND(visible) = haldls::vx::DACControl;
10 
11 } // namespace haldls::vx::v2
Container for individual configuration of the value of a DAC channel of the xBoard DACs.
Definition: spi.h:287
Container for enabling DAC channels of a xBoard DAC.
Definition: spi.h:363
Container for configuration of the 24-bit wide shift register controlling six VDD switches,...
Definition: spi.h:32
#define GENPYBIND_TAG_HALDLS_VX_V2
Definition: genpybind.h:5
haldls::vx::DACChannel DACChannel
Definition: spi.h:8
haldls::vx::ShiftRegister ShiftRegister
Definition: spi.h:7
haldls::vx::DACControl DACControl
Definition: spi.h:9