|
MotorWare f2806x Module API Documentation
|
Contains the various functions related to the svgen current object. More...
#include "svgen_current.h"Go to the source code of this file.
Functions | |
| SVGENCURRENT_Handle | SVGENCURRENT_init (void *pMemory, const size_t numBytes) |
| Initializes the svgen current object. More... | |
Contains the various functions related to the svgen current object.
(C) Copyright 2012, Texas Instruments, Inc.
Definition in file svgen_current.c.
| SVGENCURRENT_Handle SVGENCURRENT_init | ( | void * | pMemory, |
| const size_t | numBytes | ||
| ) |
Initializes the svgen current object.
| [in] | *pMemory | Pointer in to the svgen current object |
| [in] | numBytes | Size of the object |
Definition at line 57 of file svgen_current.c.
1.8.9.1