Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: platform_drivers
ad469x_dev Struct Reference
Structure representing an ad469x device. More...
#include <ad469x.h>
Data Fields | |
struct gpio_desc * | gpio_resetn |
RESET GPIO handler. | |
struct gpio_desc * | gpio_convst |
CONVST GPIO descriptor. | |
struct gpio_desc * | gpio_busy |
BUSY GPIO descriptor. | |
void(* | dcache_invalidate_range )(uint32_t address, uint32_t bytes_count) |
Invalidate the Data cache for the given address range. | |
enum ad469x_channel_sequencing | ch_sequence |
Current channel sequence. | |
enum ad469x_osr_ratios | adv_seq_osr_resol [AD469x_CHANNEL_NO] |
OSR resolution corresponding to each channel, when advanced sequencer is selected. | |
uint8_t | ch_slots [AD469x_SLOTS_NO] |
Channel slots for advanced sequencer. | |
bool | temp_enabled |
Temperature enabled for standard and advanced sequencer if set. | |
uint8_t | num_slots |
Number of active channel slots, for advanced sequencer. |
Detailed Description
Structure representing an ad469x device.
Definition at line 249 of file ad469x.h.
Field Documentation
enum ad469x_osr_ratios adv_seq_osr_resol[AD469x_CHANNEL_NO] |
uint8_t ch_slots[AD469x_SLOTS_NO] |
void(* dcache_invalidate_range)(uint32_t address, uint32_t bytes_count) |
struct gpio_desc* gpio_convst |
struct gpio_desc* gpio_resetn |
uint8_t num_slots |
bool temp_enabled |
Generated on Tue Jul 12 2022 15:35:47 by
