no-OS
|
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"
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] |
Implementation of AD5766 Core Driver.
Copyright 2016(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.
void ad5766_core_read | ( | ad5766_core * | core, |
uint32_t | reg_addr, | ||
uint32_t * | reg_data | ||
) |
ad5766_core_read
int32_t ad5766_core_setup | ( | struct spi_engine_desc * | eng_desc, |
ad5766_core ** | ad_core, | ||
ad5766_core_init_param | init_param | ||
) |
ad5766_core_setup
int32_t ad5766_core_write | ( | ad5766_core * | core, |
uint32_t | reg_addr, | ||
uint32_t | reg_data | ||
) |
ad5766_core_write
void ad5766_dma_read | ( | ad5766_core * | core, |
uint32_t | reg_addr, | ||
uint32_t * | reg_data | ||
) |
ad5766_core_read
int32_t ad5766_dma_write | ( | ad5766_core * | core, |
uint32_t | reg_addr, | ||
uint32_t | reg_data | ||
) |
ad5766_core_write
const uint16_t sine_lut[512] |