MEIMotorTransceiverConfig

MEIMotorTransceiverConfig

 

typedef enum {
    MEIMotorTransceiverConfigINVALID,
    MEIMotorTransceiverConfigINPUT,		  /* 0 */
    MEIMotorTransceiverConfigOUTPUT,		  /* 1 */
    MEIMotorTransceiverConfigSTEP,    		  /* 2 */
    MEIMotorTransceiverConfigDIR,     		  /* 3 */
    MEIMotorTransceiverConfigCW,      		  /* 4 */
    MEIMotorTransceiverConfigCCW,     		  /* 5 */
    MEIMotorTransceiverConfigQUAD_A, 		  /* 6 */
    MEIMotorTransceiverConfigQUAD_B, 		  /* 7 */
    MEIMotorTransceiverConfigCOMPARE,		  /* 8 */
    MEIMotorTransceiverConfigDIAG,		  /* 9 */
    MEIMotorTransceiverConfigNOT_AVAILABLE,	

} MEIMotorTransceiverConfig;
Description

MotorTranceiverConfig is a structure used to configure various Motor Events.

  MEIMotorTransceiverConfigINPUT Transceiver configured as Input
  MEIMotorTransceiverConfigOUTPUT Transceiver configured as Output
  MEIMotorTransceiverConfigSTEP Transceiver configured as Step pulse output
  MEIMotorTransceiverConfigDIR Transceiver configured as Direction signal output
  MEIMotorTransceiverConfigCW Transceiver configured as Clockwise Step Output
  MEIMotorTransceiverConfigCCW Transceiver configured as Counterclockwise Step Output
  MEIMotorTransceiverConfigQUAD_A Transceiver configured as Quadrature A Output
  MEIMotorTransceiverConfigQUAD_B Transceiver configured as Quadrature B Output
  MEIMotorTransceiverConfigCOMPARE Transceiver configured for use as Compare Output
     
See Also