stipcores library
Collection of Software Drivers for Hardware IP Cores for the Panoradio SDR
Public Member Functions | List of all members
AD9467 Class Reference

Main Driver for the AD9467. More...

#include <AD9467.h>

Public Member Functions

 AD9467 (int base_address_spi, int size_in_k_spi, int base_address_data, int size_in_k_data)
 class constructor More...
 
 ~AD9467 ()
 class deconstructor
 
int init ()
 init function, that calibrates the interface for the AD9467 More...
 

Detailed Description

Main Driver for the AD9467.

Constructor & Destructor Documentation

AD9467::AD9467 ( int  base_address_spi,
int  size_in_k_spi,
int  base_address_data,
int  size_in_k_data 
)

class constructor

Parameters
base_adress_spiaddress of the spi core (from Vivado)
size_in_k_spisize of the required adress space in k for the SPI core(from Vivado)
base_adress_dataaddress of the data interface core (from Vivado)
size_in_k_datasize of the required adress space in k for the data interface core(from Vivado)

Member Function Documentation

int AD9467::init ( )

init function, that calibrates the interface for the AD9467

Returns
error code: 0: no error

The documentation for this class was generated from the following files: