precision-converters-firmware
|
AD579x No-OS driver support header file. More...
#include <stdbool.h>
#include <stdint.h>
#include "ad5791.h"
Go to the source code of this file.
Macros | |
#define | AD579X_ADDRESS_MASK NO_OS_GENMASK(23, 20) |
Functions | |
int | ad579x_reconfig_ldac (struct ad5791_dev *device) |
Reconfigure LDAC pin as GPIO output. More... | |
AD579x No-OS driver support header file.
Copyright (c) 2023 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 AD579X_ADDRESS_MASK NO_OS_GENMASK(23, 20) |
int ad579x_reconfig_ldac | ( | struct ad5791_dev * | device | ) |
Reconfigure LDAC pin as GPIO output.
device[in] | - AD579x device instance |