![]() |
![]() |
ADCBufLPF3 Hardware Attributes. More...
#include <ADCBufLPF3.h>

Data Fields | |
| volatile uDMAControlTableEntry * | dataDmaTableEntryPri |
| volatile uDMAControlTableEntry * | dataDmaTableEntryAlt |
| volatile uDMAControlTableEntry * | auxDmaTableEntryPri |
| ADCBufLPF3_AdcChannelLutEntry const * | adcChannelLut |
| ADCLPF3_Resolution_Bits | resolutionBits |
| uint32_t | dataDmaChannelMask |
| uint32_t | auxDmaChannelMask |
| uint32_t | dataDmaSubscriberId |
| uint32_t | auxDmaSubscriberId |
| uint8_t | intPriority |
| uint8_t | adcRefPosDIO |
| uint8_t | adcRefNegDIO |
ADCBufLPF3 Hardware Attributes.
A sample structure is shown below:
| volatile uDMAControlTableEntry* ADCBufLPF3_HWAttrs::dataDmaTableEntryPri |
uDMA primary control table entry for the data DMA channel
| volatile uDMAControlTableEntry* ADCBufLPF3_HWAttrs::dataDmaTableEntryAlt |
uDMA secondary control table entry for the data DMA channel
| volatile uDMAControlTableEntry* ADCBufLPF3_HWAttrs::auxDmaTableEntryPri |
uDMA primary control table entry for auxiliary DMA channel used to re-enable DMA triggers for the data DMA channel.
| ADCBufLPF3_AdcChannelLutEntry const* ADCBufLPF3_HWAttrs::adcChannelLut |
Pointer to a table of ADCBufLPF3_AdcChannelLutEntry's. When starting a conversion using ADCBuf_convert(), ADCBuf_Conversion.adcChannel is used as an index into this table
| ADCLPF3_Resolution_Bits ADCBufLPF3_HWAttrs::resolutionBits |
Resolution of ADC-conversion.
| uint32_t ADCBufLPF3_HWAttrs::dataDmaChannelMask |
Mask for the data DMA channel (1 << channel number)
| uint32_t ADCBufLPF3_HWAttrs::auxDmaChannelMask |
Mask for auxiliary DMA channel (1 << channel number)
| uint32_t ADCBufLPF3_HWAttrs::dataDmaSubscriberId |
MCU event fabric subscriber ID for the data DMA channel to be used, as defined in driverlib/evtsvt.h. Must support EVTSVT_DMA_TRIG_ADC0TRG.
| uint32_t ADCBufLPF3_HWAttrs::auxDmaSubscriberId |
MCU event fabric subscriber ID for the auxiliary DMA channel to be used, as defined in driverlib/evtsvt.h. Must support EVTSVT_PUB_ADC_COMB.
| uint8_t ADCBufLPF3_HWAttrs::intPriority |
ADC peripheral's interrupt priority. This value is passed unmodified to HwiP_construct().
| uint8_t ADCBufLPF3_HWAttrs::adcRefPosDIO |
DIO that the ADC positive reference is routed to. If no channel in the ADCBufLPF3_HWAttrs.adcChannelLut is using the external ADC reference, then this should be set to GPIO_INVALID_INDEX.
| uint8_t ADCBufLPF3_HWAttrs::adcRefNegDIO |
DIO that the ADC negative reference is routed to. If no channel in the ADCBufLPF3_HWAttrs.adcChannelLut is using the external ADC reference, then this should be set to GPIO_INVALID_INDEX.