AM263x Digital Power SDK  09.01.00
spll_1ph_sogi.h File Reference

Go to the source code of this file.

Data Structures

struct  SPLL_1PH_SOGI_OSG_COEFF
 Defines the SPLL_1PH_SOGI_OSG_COEFF structure. More...
 
struct  SPLL_1PH_SOGI_LPF_COEFF
 Defines the SPLL_1PH_SOGI_LPF_COEFF structure. More...
 
struct  SPLL_1PH_SOGI
 Defines the Orthogonal Signal Generator SPLL_1PH_SOGI structure. More...
 

Macros

#define IEEE754_TYPES
 

Typedefs

typedef float float32_t
 
typedef double float64_t
 

Functions

static void SPLL_1PH_SOGI_reset (SPLL_1PH_SOGI *spll_obj)
 Resets internal storage data of the module. More...
 
static void SPLL_1PH_SOGI_coeff_calc (SPLL_1PH_SOGI *spll_obj)
 Calculates the SPLL_1PH_SOGI coefficient. More...
 
static void SPLL_1PH_SOGI_config (SPLL_1PH_SOGI *spll_obj, float32_t acFreq, float32_t isrFrequency, float32_t lpf_b0, float32_t lpf_b1)
 Configures the SPLL_1PH_SOGI module. More...
 
static void SPLL_1PH_SOGI_run (SPLL_1PH_SOGI *spll_obj, float32_t acValue)
 Run the SPLL_1PH_SOGI module. More...