AM263x Digital Power SDK  09.01.00
power_meas_sine_analyzer.h File Reference

Introduction

Top level header that contains all Digital Controller Library functions.

Go to the source code of this file.

Data Structures

struct  POWER_MEAS_SINE_ANALYZER
 Defines the POWER_MEAS_SINE_ANALYZER structure. More...
 

Macros

#define IEEE754_TYPES
 

Typedefs

typedef float float32_t
 
typedef double float64_t
 

Functions

static void POWER_MEAS_SINE_ANALYZER_reset (POWER_MEAS_SINE_ANALYZER *v)
 Resets internal data to zero. More...
 
static void POWER_MEAS_SINE_ANALYZER_config (POWER_MEAS_SINE_ANALYZER *v, float32_t isrFrequency, float32_t threshold, float32_t gridMaxFreq, float32_t gridMinFreq)
 Configures the power measurment module. More...
 
static void POWER_MEAS_SINE_ANALYZER_run (POWER_MEAS_SINE_ANALYZER *v)
 Perform calculations using the POWER_MEAS_SINE_ANALYZER module. More...