Analog Devices / Mbed OS EVAL-AD4696

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

ad469x_init_param Struct Reference

ad469x_init_param Struct Reference

Structure containing the init parameters needed by the ad469x device. More...

#include <ad469x.h>

Data Fields

struct gpio_init_param * gpio_resetn
 RESET GPIO initialization structure.
struct gpio_init_param * gpio_convst
 CONVST GPIO initialization parameters.
struct gpio_init_param * gpio_busy
 BUSY GPIO initialization parameters.
void(* dcache_invalidate_range )(uint32_t address, uint32_t bytes_count)
 Invalidate the Data cache for the given address range.

Detailed Description

Structure containing the init parameters needed by the ad469x device.

Definition at line 215 of file ad469x.h.


Field Documentation

void(* dcache_invalidate_range)(uint32_t address, uint32_t bytes_count)

Invalidate the Data cache for the given address range.

Definition at line 242 of file ad469x.h.

struct gpio_init_param* gpio_busy

BUSY GPIO initialization parameters.

Definition at line 228 of file ad469x.h.

struct gpio_init_param* gpio_convst

CONVST GPIO initialization parameters.

Definition at line 226 of file ad469x.h.

struct gpio_init_param* gpio_resetn

RESET GPIO initialization structure.

Definition at line 223 of file ad469x.h.