C2000Ware Digital Power SDK  5.03.00.00
dlog_4ch.h File Reference

Go to the source code of this file.

Data Structures

struct  DLOG_4CH
 Defines the Four Channel Data Logger (DLOG_4CH) structure. More...
 

Macros

#define C2000_IEEE754_TYPES
 

Typedefs

typedef float float32_t
 
typedef long double float64_t
 

Functions

static void DLOG_4CH_reset (DLOG_4CH *v)
 resets internal storage data More...
 
static void DLOG_4CH_config (DLOG_4CH *v, float32_t *inputPtr1, float32_t *inputPtr2, float32_t *inputPtr3, float32_t *inputPtr4, float32_t *outputPtr1, float32_t *outputPtr2, float32_t *outputPtr3, float32_t *outputPtr4, float32_t size, float32_t trigValue, float32_t preScalar)
 Configures DLOG_4CH module. More...
 
static void DLOG_4CH_run (DLOG_4CH *v)
 Run the DLOG_4CH module. More...