Analog Devices / Mbed OS EVAL-AD4696

Dependencies:   platform_drivers

Embed: (wiki syntax)

« Back to documentation index

ad4696_support.h File Reference

ad4696_support.h File Reference

Header for AD469x No-OS driver supports. More...

Go to the source code of this file.

Enumerations

enum  ad469x_polarity_select
 

Channel polarity modes.

More...
enum  ad469x_pin_pairing_select
 

Channel pin pairing options.

More...

Functions

int32_t ad4696_enable_manual_trigger_mode (struct ad469x_dev *device)
 Enter Manual Trigger mode.
int32_t ad4696_polarity_mode_select (struct ad469x_dev *device)
 Select between polarity modes.

Detailed Description

Header for AD469x No-OS driver supports.

Copyright (c) 2021 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.

Definition in file ad4696_support.h.


Enumeration Type Documentation

Channel pin pairing options.

Definition at line 82 of file ad4696_support.h.

Channel polarity modes.

Definition at line 73 of file ad4696_support.h.


Function Documentation

int32_t ad4696_enable_manual_trigger_mode ( struct ad469x_dev device )

Enter Manual Trigger mode.

Parameters:
device[in]- device instance
Returns:
SUCCESS in case of success, negative error code otherwise.

Definition at line 40 of file ad4696_support.c.

int32_t ad4696_polarity_mode_select ( struct ad469x_dev device )

Select between polarity modes.

Parameters:
device[in]- device instance
Returns:
SUCCESS in case of success, negative error code otherwise.

Definition at line 67 of file ad4696_support.c.