precision-converters-firmware
|
Main application code for AD5933 firmware example program. More...
#include <ctype.h>
#include "no_os_i2c.h"
#include "mbed_i2c.h"
#include "no_os_error.h"
#include "no_os_delay.h"
#include "app_config.h"
Classes | |
struct | ad5933_config_data |
Macros | |
#define | MAX_FREQ_INCREMENTS 511 |
#define | TEMP_LIMIT_MIN -40 |
#define | TEMP_LIMIT_MAX 125 |
#define | MAX_SETTLING_CYCLES 511 |
Typedefs | |
typedef struct ad5933_config_data | ad5933_config_data |
Functions | |
int | main () |
Variables | |
ad5933_config_data | config_data |
struct mbed_i2c_init_param | i2c_init_extra_params |
struct ad5933_init_param | init_params |
struct ad5933_dev * | device |
int32_t | connected = -EINVAL |
Main application code for AD5933 firmware example program.
Copyright (c) 2019-2022 Analog Devices, Inc.
All rights reserved.
This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.
#define MAX_FREQ_INCREMENTS 511 |
#define MAX_SETTLING_CYCLES 511 |
#define TEMP_LIMIT_MAX 125 |
#define TEMP_LIMIT_MIN -40 |
typedef struct ad5933_config_data ad5933_config_data |
int main | ( | void | ) |
ad5933_config_data config_data |
int32_t connected = -EINVAL |
struct ad5933_dev* device |
struct mbed_i2c_init_param i2c_init_extra_params |
struct ad5933_init_param init_params |