Analog Devices / Mbed OS ADISense1000_Example_FW

Fork of ADISense_ExampleFirmware by Sean Wilson

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_I2C_CHANNEL_CONFIG Struct Reference

ADI_SENSE_1000_I2C_CHANNEL_CONFIG Struct Reference
[ADI Sense 1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

ADI_SENSE_1000_I2C_SENSOR_TYPE sensor
uint32_t deviceAddress
ADI_SENSE_1000_DIGITAL_SENSOR_COMMAND configurationCommand
ADI_SENSE_1000_DIGITAL_SENSOR_COMMAND dataRequestCommand
ADI_SENSE_1000_DIGITAL_SENSOR_DATA_FORMAT dataFormat

Detailed Description

ADI Sense 1000 I2C digital channel configuration details

Note:
applicable only to I2C digital sensor channels

Definition at line 424 of file adi_sense_1000_config.h.


Field Documentation

Optional configuration command to send to the device at start-up. A default configuration command will be used if this is not specified. Applicable only to specific I2C sensor types.

Definition at line 430 of file adi_sense_1000_config.h.

Optional data format configuration to parse/extract data from the device. A default data format will be used if this is not specified. Applicable only to specific I2C sensor types

Definition at line 440 of file adi_sense_1000_config.h.

Optional data request command to send to the device for each sample. A default data request command will be used if this is not specified. Applicable only to specific I2C sensor types.

Definition at line 435 of file adi_sense_1000_config.h.

uint32_t deviceAddress

I2C device address (7-bit)

Definition at line 428 of file adi_sense_1000_config.h.

Sensor type selection

Definition at line 426 of file adi_sense_1000_config.h.