3.2.5 tmcCur_Input_s Struct

C

typedef struct
{
    uint16_t  iaAdcInput;           /* Phase_A ADC input current */
    uint16_t  ibAdcInput;           /* Phase_B ADC input current */
}tmcCur_Input_s;

Summary

Motor phase currents input structure.

Description

This structure is used to store ADC input values for motor phase currents.

Remarks

None.