Go to the documentation of this file.
45 #define AD9553_SPI_CONFIG 0x000
46 #define AD9553_PLL_CHARGE_PUMP_PFD_CTRL 0x00B
47 #define AD9553_PLL_CTRL 0x00D
48 #define AD9553_P1_DIV_HIGH 0x015
49 #define AD9553_P1_DIV_LOW_P2_DIV_HIGH 0x016
50 #define AD9553_P2_DIV_LOW 0x017
51 #define AD9553_P0_DIV 0x018
52 #define AD9553_N_DIV_HIGH 0x012
53 #define AD9553_N_DIV_MEDIUM 0x013
54 #define AD9553_N_DIV_LOW 0x014
55 #define AD9553_REFA_DIV_HIGH 0x01F
56 #define AD9553_REFA_DIV_LOW 0x020
57 #define AD9553_K_VALUE 0x021
58 #define AD9553_REFA_DIFF 0x029
59 #define AD9553_OUT1_DRIVER_CTRL 0x032
60 #define AD9553_OUT2_DRIVER_CTRL 0x034
61 #define AD9553_IO_UPDATE 0x005
int32_t ad9545_i2c_reg_read(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
Definition: ad9545_i2c.c:48
#define BYTE_ADDR_H
Definition: ad405x.h:129
#define AD9553_K_VALUE
Definition: ad9553.h:57
#define AD9553_P1_DIV_HIGH
Definition: ad9553.h:48
int32_t ad9545_spi_reg_read(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
Definition: ad9545_spi.c:50
int32_t no_os_i2c_write(struct no_os_i2c_desc *desc, uint8_t *data, uint8_t bytes_number, uint8_t stop_bit)
I2C Write data to slave device.
Definition: no_os_i2c.c:159
#define AD9553_REFA_DIV_LOW
Definition: ad9553.h:56
struct no_os_spi_desc * spi_desc
Definition: ad9553.h:74
int32_t no_os_spi_write_and_read(struct no_os_spi_desc *desc, uint8_t *data, uint16_t bytes_number)
Write and read data to/from SPI.
Definition: no_os_spi.c:159
int32_t ad9553_reg_read(struct ad9553_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
Reads from the ad9553 that is contected to the SPI.
Definition: ad9553.c:52
Header file of SPI Interface.
struct no_os_i2c_desc * i2c_desc
Definition: ad9545.h:731
struct ad9545_dev * dev
Definition: ad9545.h:687
#define AD9553_N_DIV_MEDIUM
Definition: ad9553.h:53
int32_t ad9553_remove(struct ad9553_dev *dev)
Free the resources allocated by ad9553_setup().
Definition: ad9553.c:228
Header file of Delay functions.
Definition: ad9361_util.h:69
#define AD9553_REFA_DIV_HIGH
Definition: ad9553.h:55
#define AD9553_N_DIV_LOW
Definition: ad9553.h:54
#define NO_OS_ARRAY_SIZE(x)
Definition: no_os_util.h:49
#define AD9553_OUT1_DRIVER_CTRL
Definition: ad9553.h:59
#define AD9535_SPI_READ
Definition: ad9545_spi.c:41
void no_os_mdelay(uint32_t msecs)
Wait until msecs milliseconds passed.
Definition: aducm3029_delay.c:126
int32_t ad9553_reg_write(struct ad9553_dev *dev, uint16_t reg_addr, uint8_t reg_data)
Write to the ad9553 that is conected to the SPI.
Definition: ad9553.c:83
int32_t ad9545_spi_reg_write(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t reg_data)
Definition: ad9545_spi.c:77
int32_t ad9545_i2c_reg_read_multiple(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t *reg_data, uint16_t count)
Definition: ad9545_i2c.c:99
Header file for ad9545 Driver.
struct no_os_spi_desc * spi_desc
Definition: ad9545.h:729
int32_t ad9545_spi_reg_read_multiple(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t *reg_data, uint16_t count)
Definition: ad9545_spi.c:98
Structure holding SPI descriptor.
Definition: no_os_spi.h:192
int32_t ad9553_setup(struct ad9553_dev **device, const struct ad9553_init_param *init_param)
Setup the working parameters of the ad9553 chip.
Definition: ad9553.c:106
#define AD9553_REFA_DIFF
Definition: ad9553.h:58
#define AD9553_SPI_CONFIG
Definition: ad9553.h:45
#define AD9553_PLL_CTRL
Definition: ad9553.h:47
int32_t no_os_i2c_read(struct no_os_i2c_desc *desc, uint8_t *data, uint8_t bytes_number, uint8_t stop_bit)
I2C Read data from slave device.
Definition: no_os_i2c.c:190
int32_t ad9545_spi_reg_write_multiple(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t *reg_data, uint16_t count)
Definition: ad9545_spi.c:131
void * no_os_malloc(size_t size)
Allocate memory and return a pointer to it.
Definition: chibios_alloc.c:43
Header file of I2C Interface.
int32_t ad9553_reg_write(struct ad9553_dev *dev, uint16_t reg_addr, uint8_t reg_data)
Write to the ad9553 that is conected to the SPI.
Definition: ad9553.c:83
int32_t ad9545_i2c_reg_write(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t reg_data)
Definition: ad9545_i2c.c:77
#define AD9553_P0_DIV
Definition: ad9553.h:51
uint32_t no_os_field_get(uint32_t mask, uint32_t word)
#define AD9553_P2_DIV_LOW
Definition: ad9553.h:50
int32_t ad9545_i2c_reg_write_multiple(struct ad9545_dev *dev, uint16_t reg_addr, uint8_t *reg_data, uint16_t count)
Definition: ad9545_i2c.c:136
void no_os_free(void *ptr)
Deallocate memory previously allocated by a call to no_os_calloc or no_os_malloc.
Definition: chibios_alloc.c:69
int32_t ad9553_setup(struct ad9553_dev **device, const struct ad9553_init_param *init_param)
Setup the working parameters of the ad9553 chip.
Definition: ad9553.c:106
struct no_os_spi_init_param spi_init
Definition: ad9553.h:69
struct ad7616_init_param init_param
Definition: ad7616_sdz.c:113
#define AD9553_OUT2_DRIVER_CTRL
Definition: ad9553.h:60
int32_t no_os_spi_remove(struct no_os_spi_desc *desc)
Free the resources allocated by no_os_spi_init().
Definition: no_os_spi.c:116
#define BYTE_ADDR_L
Definition: ad405x.h:130
#define AD9553_IO_UPDATE
Definition: ad9553.h:61
int32_t no_os_spi_init(struct no_os_spi_desc **desc, const struct no_os_spi_init_param *param)
Initialize the SPI communication peripheral.
Definition: no_os_spi.c:52
#define AD9553_N_DIV_HIGH
Definition: ad9553.h:52
#define AD9553_P1_DIV_LOW_P2_DIV_HIGH
Definition: ad9553.h:49
#define AD9553_PLL_CHARGE_PUMP_PFD_CTRL
Definition: ad9553.h:46
Header file of AD9553 Driver.
int32_t ad9553_remove(struct ad9553_dev *dev)
Free the resources allocated by ad9553_setup().
Definition: ad9553.c:228
int32_t ad9553_reg_read(struct ad9553_dev *dev, uint16_t reg_addr, uint8_t *reg_data)
Reads from the ad9553 that is contected to the SPI.
Definition: ad9553.c:52
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140