|  |  | 
ADC Parameters. More...
#include <ADC.h>
| Data Fields | |
| void * | custom | 
| bool | isProtected | 
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().
| void* ADC_Params_::custom | 
Custom argument used by driver implementation
| 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.