AM273x MCU+ SDK  08.03.00
GPADC_DriverObjectType Struct Reference

Detailed Description

GPADC Driver Object configuration.

The structure holds the channel confiiguration structure,operation mode structure

Data Fields

GPADC_ChannelConvModeType convMode
 Operation mode of the group. More...
 
GPADC_TriggerSourceType triggSrc
 Trigger Source Type. More...
 
GPADC_StatusType driverStatus
 Driver Status. More...
 
GPADC_DriverChannelConfigType driverChannelConfig [MAX_GPADC_MEAS_SOURCES]
 Channel configurations. More...
 
uint16_t * ResultBufferPtr
 Pointer to store conversion results. More...
 

Field Documentation

◆ convMode

GPADC_ChannelConvModeType GPADC_DriverObjectType::convMode

Operation mode of the group.

◆ triggSrc

GPADC_TriggerSourceType GPADC_DriverObjectType::triggSrc

Trigger Source Type.

◆ driverStatus

GPADC_StatusType GPADC_DriverObjectType::driverStatus

Driver Status.

◆ driverChannelConfig

GPADC_DriverChannelConfigType GPADC_DriverObjectType::driverChannelConfig[MAX_GPADC_MEAS_SOURCES]

Channel configurations.

◆ ResultBufferPtr

uint16_t* GPADC_DriverObjectType::ResultBufferPtr

Pointer to store conversion results.