Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_ADC_CONFIGURATION_T Struct Reference

The configuration of the driver. More...

#include <netx_drv_adc.h>

Collaboration diagram for DRV_ADC_CONFIGURATION_T:
Collaboration graph

Data Fields

DRV_ADC_CLK_PERIOD_E eAdcClckPeriod
 
DRV_ADC_VREF_BUFFER_E eVrefBufferEnable
 
DRV_ADC_STATIC_CFG_T tStaticCfg01
 
DRV_ADC_STATIC_CFG_T tStaticCfg23
 
uint16_t auDeadTimeDelay [6]
 

Detailed Description

The configuration of the driver.

This structure shall be modified to change configuration parameters. It is evaluated during the init routine and used during the handles lifetime. The structure shall not be modified after initialization of the device.

Definition at line 535 of file netx_drv_adc.h.

Field Documentation

uint16_t DRV_ADC_CONFIGURATION_T::auDeadTimeDelay[6]

Defines the dead time delay..

Definition at line 541 of file netx_drv_adc.h.

DRV_ADC_CLK_PERIOD_E DRV_ADC_CONFIGURATION_T::eAdcClckPeriod

This value is used to configure a global counter for clock phase reference. It's value should be the same or an natural numbered multiple of the value configured in ADC sequencers.

Definition at line 537 of file netx_drv_adc.h.

DRV_ADC_VREF_BUFFER_E DRV_ADC_CONFIGURATION_T::eVrefBufferEnable

Defines if external reference voltage is used or the internal.

Definition at line 538 of file netx_drv_adc.h.

DRV_ADC_STATIC_CFG_T DRV_ADC_CONFIGURATION_T::tStaticCfg01

Static configuration signals for ADC0 and ADC1.

Definition at line 539 of file netx_drv_adc.h.

DRV_ADC_STATIC_CFG_T DRV_ADC_CONFIGURATION_T::tStaticCfg23

Static configuration signals for ADC2 and ADC3.

Definition at line 540 of file netx_drv_adc.h.


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