Data Fields
ADC_Params_ Struct Reference

ADC Parameters. More...

#include <ADC.h>

Data Fields

void * custom
 
bool isProtected
 

Detailed Description

ADC Parameters.

ADC parameters are used to with the ADC_open() call. Only custom argument is supported in the parameters. Default values for these parameters are set using ADC_Params_init().

See also
ADC_Params_init()

Field Documentation

§ custom

void* ADC_Params_::custom

Custom argument used by driver implementation

§ isProtected

bool ADC_Params_::isProtected

By default ADC uses a semaphore to guarantee thread safety. Setting this parameter to 'false' will eliminate the usage of a semaphore for thread safety. The user is then responsible for ensuring that parallel invocations of ADC_convert() are thread safe.


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