no-OS
|
Header file of AD9265 Driver. More...
Go to the source code of this file.
Classes | |
struct | ad9265_init_param |
struct | ad9265_dev |
Functions | |
int32_t | ad9265_testmode_set (struct ad9265_dev *dev, uint8_t mode) |
ad9265_setup More... | |
int32_t | ad9265_setup (struct ad9265_dev **device, struct ad9265_init_param init_param, struct axi_adc core) |
ad9265_setup More... | |
int32_t | ad9265_remove (struct ad9265_dev *dev) |
ad9265_remove More... | |
int32_t | ad9265_calibrate (struct ad9265_dev *dev, struct ad9265_init_param init_param, struct axi_adc core) |
ad9265_calibrate More... | |
int32_t | ad9265_outputmode_set (struct ad9265_dev *dev, uint8_t mode) |
ad9265_setup More... | |
int32_t | ad9265_spi_write (struct ad9265_dev *dev, uint16_t reg_addr, uint8_t reg_data) |
ad9265_spi_write More... | |
int32_t | ad9265_spi_read (struct ad9265_dev *dev, uint16_t reg_addr, uint8_t *reg_data) |
ad9265_spi_read More... | |
Header file of AD9265 Driver.
Copyright 2015(c) Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define AD9265_CHIP_ID 0x64 |
#define AD9265_DEF_OUTPUT_MODE 0x40 |
#define AD9265_REG_ADC_INPUT 0x0F |
#define AD9265_REG_ANALOG_INPUT 0x2C |
#define AD9265_REG_CHAN_INDEX 0x05 |
#define AD9265_REG_CHIP_GRADE 0x02 |
#define AD9265_REG_CHIP_ID 0x01 |
#define AD9265_REG_CHIP_PORT_CONF 0x00 |
#define AD9265_REG_MODES 0x08 |
#define AD9265_REG_OFFSET 0x10 |
#define AD9265_REG_OUTPUT_ADJUST 0x15 |
#define AD9265_REG_OUTPUT_DELAY 0x17 |
#define AD9265_REG_OUTPUT_MODE 0x14 |
#define AD9265_REG_OUTPUT_PHASE 0x16 |
#define AD9265_REG_TEST_IO 0x0D |
#define AD9265_REG_TRANSFER 0xFF |
#define AD9265_REG_VREF 0x18 |
#define INVERT_DCO_CLK 0x80 |
#define OUTPUT_EVEN_ODD_MODE_EN 0x20 |
#define OUTPUT_MODE_GRAY_CODE 0x2 |
#define OUTPUT_MODE_OFFSET_BINARY 0x0 |
#define OUTPUT_MODE_TWOS_COMPLEMENT 0x1 |
#define TESTMODE_ALT_CHECKERBOARD 0x4 |
#define TESTMODE_MIDSCALE_SHORT 0x1 |
#define TESTMODE_NEG_FULLSCALE 0x3 |
#define TESTMODE_OFF 0x0 |
#define TESTMODE_ONE_ZERO_TOGGLE 0x7 |
#define TESTMODE_PN23_SEQ 0x5 |
#define TESTMODE_PN9_SEQ 0x6 |
#define TESTMODE_POS_FULLSCALE 0x2 |
#define TRANSFER_SYNC 0x1 |
int32_t ad9265_calibrate | ( | struct ad9265_dev * | dev, |
struct ad9265_init_param | init_param, | ||
struct axi_adc | core | ||
) |
ad9265_calibrate
int32_t ad9265_outputmode_set | ( | struct ad9265_dev * | dev, |
uint8_t | mode | ||
) |
ad9265_setup
int32_t ad9265_remove | ( | struct ad9265_dev * | dev | ) |
ad9265_remove
int32_t ad9265_setup | ( | struct ad9265_dev ** | device, |
struct ad9265_init_param | init_param, | ||
struct axi_adc | core | ||
) |
ad9265_setup
int32_t ad9265_spi_read | ( | struct ad9265_dev * | dev, |
uint16_t | reg_addr, | ||
uint8_t * | reg_data | ||
) |
ad9265_spi_read
int32_t ad9265_spi_write | ( | struct ad9265_dev * | dev, |
uint16_t | reg_addr, | ||
uint8_t | reg_data | ||
) |
ad9265_spi_write
int32_t ad9265_testmode_set | ( | struct ad9265_dev * | dev, |
uint8_t | mode | ||
) |
ad9265_setup