Data Fields
ADCBuf_Params_ Struct Reference

ADC Parameters. More...

#include <ADCBuf.h>

Collaboration diagram for ADCBuf_Params_:
Collaboration graph
[legend]

Data Fields

uint32_t blockingTimeout
 
uint32_t samplingFrequency
 
ADCBuf_Return_Mode returnMode
 
ADCBuf_Callback callbackFxn
 
ADCBuf_Recurrence_Mode recurrenceMode
 
void * custom
 

Detailed Description

ADC Parameters.

ADC Parameters are used to with the ADCBuf_open() call. Default values for these parameters are set using ADCBuf_Params_init().

See also
ADCBuf_Params_init()

Field Documentation

§ blockingTimeout

uint32_t ADCBuf_Params_::blockingTimeout

Timeout for semaphore in ADCBuf_RETURN_MODE_BLOCKING

§ samplingFrequency

uint32_t ADCBuf_Params_::samplingFrequency

The frequency at which the ADC will produce a sample

§ returnMode

ADCBuf_Return_Mode ADCBuf_Params_::returnMode

Return mode for all conversions

§ callbackFxn

ADCBuf_Callback ADCBuf_Params_::callbackFxn

Pointer to callback function

§ recurrenceMode

ADCBuf_Recurrence_Mode ADCBuf_Params_::recurrenceMode

One-shot or continuous conversion

§ custom

void* ADCBuf_Params_::custom

Pointer to a device specific extension of the ADCBuf_Params


The documentation for this struct was generated from the following file:
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale