precision-converters-firmware
|
Header for AD405X user configuration file. More...
#include "ad405x.h"
Go to the source code of this file.
Macros | |
#define | AD405X_INSTANCE_ID 0 |
#define | AD405X_I3C_GEN_DYN_ADDR_DEFAULT 0x32 |
#define | AD405X_I3C_GEN_PID_(x) (0x02ee00700000 | ((x & 0xF) << 16)) |
#define | AD405X_I3C_GEN_INSTANCE_ID(x) (((uint64_t)x & 0x7) << 12) |
#define | AD405X_I3C_GEN_PID(dev, x) (AD405X_I3C_GEN_PID_(dev) | AD405X_I3C_GEN_INSTANCE_ID(x)) |
Variables | |
struct ad405x_init_param | ad405x_init_params |
Header for AD405X user configuration file.
Copyright (c) 2023-2024 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 AD405X_I3C_GEN_DYN_ADDR_DEFAULT 0x32 |
#define AD405X_I3C_GEN_INSTANCE_ID | ( | x | ) | (((uint64_t)x & 0x7) << 12) |
#define AD405X_I3C_GEN_PID | ( | dev, | |
x | |||
) | (AD405X_I3C_GEN_PID_(dev) | AD405X_I3C_GEN_INSTANCE_ID(x)) |
#define AD405X_I3C_GEN_PID_ | ( | x | ) | (0x02ee00700000 | ((x & 0xF) << 16)) |
#define AD405X_INSTANCE_ID 0 |
|
extern |