AM263x Motor Control SDK  09.02.00

Introduction

Contains the public interface to the stator voltage frequency generator (VS_FREQ)

Go to the source code of this file.

Data Structures

struct  VS_FREQ_Handle
 Defines the angle generator (ANGLE_COMP) object. More...
 

Functions

static float32_t VS_FREQ_getVd_out (VS_FREQ_Handle handle)
 Gets the Vd output value in VS_FREQ. More...
 
static float32_t VS_FREQ_getVq_out (VS_FREQ_Handle handle)
 
static void VS_FREQ_setMaxFreq (VS_FREQ_Handle handle, float32_t maxFreq)
 Sets the parameters maximum frequency. More...
 
static void VS_FREQ_setVsMagPu (VS_FREQ_Handle handle, float32_t maxVsMag_pu)
 Sets the parameters VsMag_pu. More...
 
void VS_FREQ_setProfile (VS_FREQ_Handle handle, float32_t LowFreq, float32_t HighFreq, float32_t VoltMin, float32_t VoltMax)
 Sets the parameters. More...
 
VS_FREQ_Handle VS_FREQ_init (void *pMemory, const size_t numBytes)
 Initializes the angle generator (VS_FREQ) module. More...
 
static void VS_FREQ_run (VS_FREQ_Handle handle, const float32_t Freq_pu)
 Generates an output command voltage for a specific input command frequency according to the specified volts/hertz profile. More...