precision-converters-firmware
|
Header file for AD3552R No-OS driver supports. More...
#include <stdint.h>
#include "ad3552r.h"
Go to the source code of this file.
Functions | |
int32_t | ad355xr_write_one_sample_all_ch (struct ad3552r_desc *desc, uint16_t *data) |
Writes one sample to all the dac channels. More... | |
int32_t | ad355xr_write_one_sample_one_ch (struct ad3552r_desc *desc, uint16_t *data, uint8_t ch_num) |
Writes one sample to a dac channel. More... | |
Header file for AD3552R No-OS driver supports.
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.
int32_t ad355xr_write_one_sample_all_ch | ( | struct ad3552r_desc * | desc, |
uint16_t * | data | ||
) |
Writes one sample to all the dac channels.
desc[in]- | Pointer to ad3552r device descriptor |
data[in]- | data to be written |
int32_t ad355xr_write_one_sample_one_ch | ( | struct ad3552r_desc * | desc, |
uint16_t * | data, | ||
uint8_t | ch_num | ||
) |
Writes one sample to a dac channel.
desc[in]- | Pointer to ad3552r device descriptor |
data[in]- | data to be written |
ch_num[in]- | channel number |