LOLA
dac.h
Go to the documentation of this file.
1 #pragma once
2 #include "lola/vx/dac.h"
3 #include "lola/vx/genpybind.h"
4 
6 
7 using DACChannelBlock GENPYBIND(visible) = lola::vx::DACChannelBlock;
8 using DACControlBlock GENPYBIND(visible) = lola::vx::DACControlBlock;
9 
10 } // namespace lola::vx::v2
Container for configuration of all DAC channels on the xBoard.
Definition: dac.h:20
Container for configuration of all DAC channel enable values on the xBoard.
Definition: dac.h:77
#define GENPYBIND_TAG_LOLA_VX_V2
Definition: genpybind.h:5
lola::vx::DACControlBlock DACControlBlock
Definition: dac.h:8
lola::vx::DACChannelBlock DACChannelBlock
Definition: dac.h:7