PoC_Team / Mbed OS ADMW1001_example_firmware
Embed: (wiki syntax)

« Back to documentation index

ADMW1001_ADC_CHANNEL_CONFIG Struct Reference

ADMW1001_ADC_CHANNEL_CONFIG Struct Reference
[ADMW1001 Host Library API]

#include <admw1001_config.h>

Data Fields

ADMW1001_ADC_SENSOR_TYPE sensor
ADMW1001_ADC_RTD_CURVE rtdCurve
ADMW1001_ADC_GAIN gain
ADMW1001_ADC_EXC_CURRENT_CONFIG current
ADMW1001_ADC_FILTER_CONFIG filter
bool vBiasEnable
uint8_t reserved0 [3]
uint32_t reserved1 [6]

Detailed Description

ADMW1001 ADC analog channel configuration details

Note:
applicable only to ADC analog sensor channels

Definition at line 545 of file admw1001_config.h.


Field Documentation

ADC Excitation Current configuration

Definition at line 554 of file admw1001_config.h.

ADC Filter configuration

Definition at line 556 of file admw1001_config.h.

ADC Gain selection

Definition at line 552 of file admw1001_config.h.

uint8_t reserved0[3]

Reserved for future use and ensure word alignment.

Definition at line 561 of file admw1001_config.h.

uint32_t reserved1[6]

Reserved for future use and ensure word alignment.

Definition at line 563 of file admw1001_config.h.

Rtd curve selection

Definition at line 550 of file admw1001_config.h.

Sensor type selection

Definition at line 548 of file admw1001_config.h.

ADC Reference configuration

Definition at line 559 of file admw1001_config.h.