no-OS
|
Header file of ad9172 Driver. More...
Go to the source code of this file.
Classes | |
struct | ad9172_dev |
struct | ad9172_state |
struct | ad9172_init_param |
Typedefs | |
typedef struct ad9172_dev | ad9172_dev |
typedef struct ad9172_init_param | ad9172_init_param |
Enumerations | |
enum | chip_id { CHIPID_AD9171 = 0x71, CHIPID_AD9172 = 0x72, CHIPID_AD9173 = 0x73, CHIPID_AD9174 = 0x74, CHIPID_AD9175 = 0x75, CHIPID_AD9176 = 0x76 } |
Functions | |
int32_t | ad9172_init (ad9172_dev **device, ad9172_init_param *init_param) |
int32_t | ad9172_remove (ad9172_dev *device) |
Header file of ad9172 Driver.
Copyright 2018(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.
typedef struct ad9172_dev ad9172_dev |
typedef struct ad9172_init_param ad9172_init_param |
enum chip_id |
int32_t ad9172_init | ( | ad9172_dev ** | device, |
ad9172_init_param * | init_param | ||
) |
Initialize the device.
device | - The device structure. |
init_param | - The structure that contains the device initial parameters. |
int32_t ad9172_remove | ( | ad9172_dev * | device | ) |
Remove the device - release resources.
device | - The device structure. |