precision-converters-firmware
|
AD3552r No-OS driver support file. More...
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... | |
AD3552r No-OS driver support 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.
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 |