no-OS
|
Implementation of AD7303 Driver. More...
Functions | |
int8_t | ad7303_init (struct ad7303_dev **device, struct ad7303_init_param init_param) |
Initializes SPI communication. More... | |
int32_t | ad7303_remove (struct ad7303_dev *dev) |
Free the resources allocated by ad7303_init(). More... | |
void | ad7303_write (struct ad7303_dev *dev, uint8_t control_reg, uint8_t data_reg) |
Sends data to AD7303. More... | |
Implementation of AD7303 Driver.
Copyright 2012(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.
int8_t ad7303_init | ( | struct ad7303_dev ** | device, |
struct ad7303_init_param | init_param | ||
) |
Initializes SPI communication.
device | - The device structure. |
init_param | - The structure that contains the device initial parameters. |
int32_t ad7303_remove | ( | struct ad7303_dev * | dev | ) |
Free the resources allocated by ad7303_init().
dev | - The device structure. |
void ad7303_write | ( | struct ad7303_dev * | dev, |
uint8_t | control_reg, | ||
uint8_t | data_reg | ||
) |
Sends data to AD7303.
dev | - The device structure. |
control_reg | - Value of control register. Example: AD7303_INT | AD7303_LDAC | AD7303_A - enables internal reference and loads DAC A input register from shift register and updates both DAC A and DAC B DAC registers. |
data_reg | - Value of data register. |