irioCoreCpp Library Module  2.1.0
fpgatypes.h
1 #pragma once
2 
3 namespace irio {
4 namespace bfp {
5 
11 enum class FpgaTypes : std::uint8_t {
18 };
19 } // namespace bfp
20 } // namespace irio
FpgaTypes
Type of Resource possible in the Bitfile.
Definition: fpgatypes.h:11
@ FpgaType_Indicator
FpgaType_Indicator.
@ FpgaType_DMATtH
FpgaType_DMATtH.
@ FpgaType_ArrayIndicator
FpgaType_ArrayIndicator.
@ FpgaType_Control
FpgaType_Control.
@ FpgaType_DMAHtT
FpgaType_DMAHtT.
@ FpgaType_ArrayControl
FpgaType_ArrayControl.