no-OS
Functions | Variables
ad5766_core.c File Reference

Implementation of AD5766 Core Driver. More...

#include <stdlib.h>
#include "spi_engine.h"
#include "spi_engine_private.h"
#include <xil_io.h>
#include "no_os_error.h"
#include "no_os_alloc.h"
#include "ad5766_core.h"
Include dependency graph for ad5766_core.c:

Functions

int32_t ad5766_core_write (ad5766_core *core, uint32_t reg_addr, uint32_t reg_data)
 ad5766_core_write More...
 
void ad5766_core_read (ad5766_core *core, uint32_t reg_addr, uint32_t *reg_data)
 ad5766_core_read More...
 
int32_t ad5766_dma_write (ad5766_core *core, uint32_t reg_addr, uint32_t reg_data)
 ad5766_core_write More...
 
void ad5766_dma_read (ad5766_core *core, uint32_t reg_addr, uint32_t *reg_data)
 ad5766_core_read More...
 
int32_t ad5766_core_setup (struct spi_engine_desc *eng_desc, ad5766_core **ad_core, ad5766_core_init_param init_param)
 ad5766_core_setup More...
 

Variables

const uint16_t sine_lut [512]
 

Detailed Description

Implementation of AD5766 Core Driver.

Author
DBogdan (drago.nosp@m.s.bo.nosp@m.gdan@.nosp@m.anal.nosp@m.og.co.nosp@m.m)
Antoniu Miclaus (anton.nosp@m.iu.m.nosp@m.iclau.nosp@m.s@an.nosp@m.alog..nosp@m.com)

Copyright 2016(c) Analog Devices, Inc.

All rights reserved.

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 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, 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.

Function Documentation

◆ ad5766_core_read()

void ad5766_core_read ( ad5766_core core,
uint32_t  reg_addr,
uint32_t *  reg_data 
)

ad5766_core_read

◆ ad5766_core_setup()

int32_t ad5766_core_setup ( struct spi_engine_desc eng_desc,
ad5766_core **  ad_core,
ad5766_core_init_param  init_param 
)

ad5766_core_setup

Here is the caller graph for this function:

◆ ad5766_core_write()

int32_t ad5766_core_write ( ad5766_core core,
uint32_t  reg_addr,
uint32_t  reg_data 
)

ad5766_core_write

Here is the caller graph for this function:

◆ ad5766_dma_read()

void ad5766_dma_read ( ad5766_core core,
uint32_t  reg_addr,
uint32_t *  reg_data 
)

ad5766_core_read

◆ ad5766_dma_write()

int32_t ad5766_dma_write ( ad5766_core core,
uint32_t  reg_addr,
uint32_t  reg_data 
)

ad5766_core_write

Here is the caller graph for this function:

Variable Documentation

◆ sine_lut

const uint16_t sine_lut[512]