![]() |
![]() |
ADCBufCC26X2 Object. More...
#include <ADCBufCC26X2.h>

ADCBufCC26X2 Object.
The application must not access any member variables of this structure!
| bool ADCBufCC26X2_Object::isOpen |
Has the obj been opened
| bool ADCBufCC26X2_Object::conversionInProgress |
Is the ADC currently doing conversions
| bool ADCBufCC26X2_Object::inputScalingEnabled |
Is the analogue input scaled
| bool ADCBufCC26X2_Object::keepADCSemaphore |
Should the driver keep the ADC semaphore after a conversion
| bool ADCBufCC26X2_Object::adcSemaphoreInPossession |
Does the driver currently possess the ADC semaphore
| uint8_t ADCBufCC26X2_Object::currentChannel |
The current virtual channel the ADCBuf driver is sampling on
| ADCBufCC26X2_Reference_Source ADCBufCC26X2_Object::refSource |
Reference source for the ADC to use
| ADCBufCC26X2_Sampling_Mode ADCBufCC26X2_Object::samplingMode |
Synchronous or asynchronous sampling mode
| ADCBufCC26X2_Sampling_Duration ADCBufCC26X2_Object::samplingDuration |
Time the ADC spends sampling in ADCBufCC26X2_SAMPING_MODE_SYNCHRONOUS
| ADCBuf_Callback ADCBufCC26X2_Object::callbackFxn |
Pointer to callback function
| ADCBuf_Recurrence_Mode ADCBufCC26X2_Object::recurrenceMode |
Should we convert continuously or one-shot
| ADCBuf_Return_Mode ADCBufCC26X2_Object::returnMode |
Mode for all conversions
| uint16_t* ADCBufCC26X2_Object::activeSampleBuffer |
The last complete sample buffer used by the DMA
| HwiP_Struct ADCBufCC26X2_Object::hwi |
Hwi object
| SwiP_Struct ADCBufCC26X2_Object::swi |
Swi object
| SemaphoreP_Struct ADCBufCC26X2_Object::conversionComplete |
ADC semaphore
| ADCBuf_Conversion* ADCBufCC26X2_Object::currentConversion |
Pointer to the current conversion struct
| UDMACC26XX_Handle ADCBufCC26X2_Object::udmaHandle |
UDMA handle
| GPTimerCC26XX_Handle ADCBufCC26X2_Object::timerHandle |
Handle to underlying GPTimer peripheral
| uint32_t ADCBufCC26X2_Object::semaphoreTimeout |
Timeout for read semaphore in ADCBuf_RETURN_MODE_BLOCKING
| uint32_t ADCBufCC26X2_Object::samplingFrequency |
Frequency in Hz at which the ADC is triggered