Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

PMSMflags Struct Reference

#include <PMSM.h>


Detailed Description

Collection of all motor control flags.

This struct contains all motor control flags used in this implementation.

Definition at line 253 of file PMSM.h.

Data Fields

uint8_t actualDirection: 2
 Is motor synchronized? Does not have any meaning when motorStopped is TRUE.
uint8_t desiredDirection: 1
 The actual direction of rotation.
uint8_t driveWaveform: 2
 The desired direction of rotation.
uint8_t motorStopped: 1
uint8_t motorSynchronized: 1
 Is motor stopped?


Field Documentation

uint8_t PMSMflags::actualDirection
 

Is motor synchronized? Does not have any meaning when motorStopped is TRUE.

Definition at line 257 of file PMSM.h.

Referenced by ActualDirectionUpdate(), main(), and MotorSynchronizedUpdate().

uint8_t PMSMflags::desiredDirection
 

The actual direction of rotation.

Definition at line 258 of file PMSM.h.

Referenced by main(), and MotorSynchronizedUpdate().

uint8_t PMSMflags::driveWaveform
 

The desired direction of rotation.

Definition at line 259 of file PMSM.h.

Referenced by main().

uint8_t PMSMflags::motorStopped
 

Definition at line 255 of file PMSM.h.

Referenced by main(), and MotorSynchronizedUpdate().

uint8_t PMSMflags::motorSynchronized
 

Is motor stopped?

Definition at line 256 of file PMSM.h.

Referenced by ActualDirectionUpdate(), main(), and MotorSynchronizedUpdate().


Generated on Mon Mar 27 09:31:34 2006 for AVR447: Sine wave driving of three phase motor by  doxygen 1.4.4