AM263x Digital Power SDK  09.01.00
spll_1ph_notch.h File Reference

Go to the source code of this file.

Data Structures

struct  SPLL_1PH_NOTCH_COEFF
 Defines the SPLL_1PH_NOTCH_COEFF structure. More...
 
struct  SPLL_1PH_NOTCH_LPF_COEFF
 Defines the SPLL_1PH_NOTCH_LPF_COEFF structure. More...
 
struct  SPLL_1PH_NOTCH
 Defines the SPLL_1PH_NOTCH structure. More...
 

Macros

#define IEEE754_TYPES
 

Typedefs

typedef float float32_t
 
typedef double float64_t
 

Functions

static void SPLL_1PH_NOTCH_reset (SPLL_1PH_NOTCH *spll_obj)
 Resets internal data to zero,. More...
 
static void SPLL_1PH_NOTCH_coeff_calc (SPLL_1PH_NOTCH *spll_obj, float32_t c1, float32_t c2)
 Calculates the coefficients for SPLL_1PH_NOTCH filter. More...
 
static void SPLL_1PH_NOTCH_config (SPLL_1PH_NOTCH *spll_obj, float32_t acFreq, float32_t isrFrequency, float32_t lpf_b0, float32_t lpf_b1, float32_t c1, float32_t c2)
 Configures the SPLL_1PH_NOTCH module. More...
 
static void SPLL_1PH_NOTCH_run (SPLL_1PH_NOTCH *spll_obj, float32_t acValue)
 Runs the SPLL_1PH_NOTCH module. More...