Data Fields
ADC_Params Struct Reference

ADC Parameters used with ADC_open(). More...

#include <ADC.h>

Data Fields

void * custom
 
bool isProtected
 

Detailed Description

ADC Parameters used with ADC_open().

ADC_Params_init() must be called prior to setting fields in this structure.

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-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale