13 #include "AD9467_SPI.h" 14 #include "AD9467_Data_Interface.h" 22 void calibrate_delay_lines();
34 AD9467(
int base_address_spi,
int size_in_k_spi,
int base_address_data,
int size_in_k_data);
~AD9467()
class deconstructor
Definition: AD9467.cpp:189
int init()
init function, that calibrates the interface for the AD9467
Definition: AD9467.cpp:199
Main Driver for the AD9467.
Definition: AD9467.h:17
Driver for the data interface of the AD9467.
Definition: AD9467_Data_Interface.h:16
AD9467(int base_address_spi, int size_in_k_spi, int base_address_data, int size_in_k_data)
class constructor
Definition: AD9467.cpp:181
Driver for the SPI interface of the AD9467 using the spi_ad_0 core.
Definition: AD9467_SPI.h:15