MLC interface driver
mlc_adc_result Struct Reference

#include <MLC_drv.h>

Data Fields

int16_t in0
 
int16_t in0_low
 
int16_t in1
 
int16_t in1_low
 
int16_t in2
 
int16_t in2_low
 
int16_t in3
 
int16_t in3_low
 
int16_t in4
 
int16_t in4_low
 
int16_t in5
 
int16_t in6_low
 
int16_t in7
 
int16_t in7_low
 
int16_t in8
 
int16_t in8_low
 

Detailed Description

Structure which maps array of results to user friendlier structure. It stores 16x16bit wide values, which have 18bit of valid data. High word of data (most significant) is stored in part inX, where X is input number. Last two bits are stored in part inX_low. In most cases inX_low values are ignored by user.

Definition at line 184 of file MLC_drv.h.

Field Documentation

int16_t in0

ADC input 0 high word of result.

Definition at line 185 of file MLC_drv.h.

int16_t in0_low

ADC input 0 low word of result.

Definition at line 186 of file MLC_drv.h.

int16_t in1

ADC input 1 high word of result.

Definition at line 187 of file MLC_drv.h.

int16_t in1_low

ADC input 1 low word of result.

Definition at line 188 of file MLC_drv.h.

int16_t in2

ADC input 2 high word of result.

Definition at line 189 of file MLC_drv.h.

int16_t in2_low

ADC input 2 low word of result.

Definition at line 190 of file MLC_drv.h.

int16_t in3

ADC input 3 high word of result.

Definition at line 191 of file MLC_drv.h.

int16_t in3_low

ADC input 3 low word of result.

Definition at line 192 of file MLC_drv.h.

int16_t in4

ADC input 4 high word of result.

Definition at line 193 of file MLC_drv.h.

int16_t in4_low

ADC input 4 low word of result.

Definition at line 194 of file MLC_drv.h.

int16_t in5

ADC input 5 high word of result.

Definition at line 195 of file MLC_drv.h.

int16_t in6_low

ADC input 5 low word of result.

Definition at line 196 of file MLC_drv.h.

int16_t in7

ADC input 6 high word of result.

Definition at line 197 of file MLC_drv.h.

int16_t in7_low

ADC input 6 low word of result.

Definition at line 198 of file MLC_drv.h.

int16_t in8

ADC input 7 high word of result.

Definition at line 199 of file MLC_drv.h.

int16_t in8_low

ADC input 7 low word of result.

Definition at line 200 of file MLC_drv.h.


The documentation for this struct was generated from the following file: