GLOBAL_ADC: GLOBAL_ADC_GROUP Struct Reference

Modbus RTU XMC47

GLOBAL_ADC_GROUP Struct Reference

Detailed Description

Structure to hold the configuration information of a group.

Definition at line 128 of file GLOBAL_ADC.h.

#include <GLOBAL_ADC.h>

Data Fields

XMC_VADC_GROUP_t *const group_handle
 
const XMC_VADC_GROUP_CONFIG_t
*const 
group_config_handle
 
const bool post_calibration
 
GLOBAL_ADC_STATUS_t state
 

Field Documentation

const XMC_VADC_GROUP_CONFIG_t* const GLOBAL_ADC_GROUP::group_config_handle

This is the pointer to the Handle of the Group APP.

Definition at line 132 of file GLOBAL_ADC.h.

Referenced by GLOBAL_ADC_Init().

XMC_VADC_GROUP_t* const GLOBAL_ADC_GROUP::group_handle

This holds the VADC group Registers.

Definition at line 130 of file GLOBAL_ADC.h.

Referenced by GLOBAL_ADC_Init().

const bool GLOBAL_ADC_GROUP::post_calibration

This enables the post calibration for a specific group

Definition at line 134 of file GLOBAL_ADC.h.

Referenced by GLOBAL_ADC_Init().

GLOBAL_ADC_STATUS_t GLOBAL_ADC_GROUP::state

This enumerates the state of the APP.

Definition at line 136 of file GLOBAL_ADC.h.

Referenced by GLOBAL_ADC_Init().


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