TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
ADC_Config Struct Reference

ADC Global configuration. More...

#include <ADC.h>

Collaboration diagram for ADC_Config:
Collaboration graph
[legend]

Data Fields

ADC_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

ADC Global configuration.

The ADC_Config structure contains a set of pointers used to characterize the ADC driver implementation.

This structure needs to be defined before calling ADC_init() and it must not be changed thereafter.

See also
ADC_init()

Field Documentation

ADC_FxnTable const* ADC_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of ADC APIs

void* ADC_Config::object

Pointer to a driver specific data object

void const* ADC_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated