MotorWare f2806x Driver API Documentation
Data Structures | Typedefs
adc_obj.h File Reference

Contains public interface to various functions related to the analog-to-digital converter (ADC) object. More...

#include "sw/modules/math/src/32b/math.h"
#include "sw/modules/types/src/types.h"

Go to the source code of this file.

Data Structures

struct  _ADC_Obj_
 Defines the analog-to-digital converter (ADC) object. More...
 

Typedefs

typedef struct _ADC_Obj_ ADC_Obj
 Defines the analog-to-digital converter (ADC) object. More...
 
typedef struct _ADC_Obj_ADC_Handle
 Defines the analog-to-digital converter (ADC) handle. More...
 

Detailed Description

Contains public interface to various functions related to the analog-to-digital converter (ADC) object.

(C) Copyright 2011, Texas Instruments, Inc.

Definition in file adc_obj.h.

Typedef Documentation

typedef struct _ADC_Obj_* ADC_Handle

Defines the analog-to-digital converter (ADC) handle.

Definition at line 88 of file adc_obj.h.

typedef struct _ADC_Obj_ ADC_Obj

Defines the analog-to-digital converter (ADC) object.