TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
ADCBuf_Config Struct Reference

ADCBuf Global configuration. More...

#include <ADCBuf.h>

Collaboration diagram for ADCBuf_Config:
Collaboration graph
[legend]

Data Fields

const ADCBuf_FxnTablefxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

ADCBuf Global configuration.

The ADCBuf_Config structure contains a set of pointers used to characterise the ADC driver implementation.

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

See also
ADCBuf_init()

Field Documentation

const ADCBuf_FxnTable* ADCBuf_Config::fxnTablePtr

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

void* ADCBuf_Config::object

Pointer to a driver specific data object

void const* ADCBuf_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