TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
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

uint32_t ADCBuf_Params::blockingTimeout

Timeout for semaphore in ADCBuf_RETURN_MODE_BLOCKING

uint32_t ADCBuf_Params::samplingFrequency

The frequency at which the ADC will produce a sample

ADCBuf_Return_Mode ADCBuf_Params::returnMode

Return mode for all conversions

ADCBuf_Callback ADCBuf_Params::callbackFxn

Pointer to callback function

ADCBuf_Recurrence_Mode ADCBuf_Params::recurrenceMode

One-shot or continuous conversion

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 2016, Texas Instruments Incorporated