3.7.6 tmcVol_Output_s Struct
C
/* Floating point structure for voltage measurement output */ typedef struct { float32_t uBus; /* Voltage bus value. */ }tmcVol_Output_s; /* Fixed point structure for voltage measurement output */ typedef struct { uint16_t uBus; /* Voltage bus value. */ uint16_t uBusFilt; /* Filtered voltage bus value. */ } tmcVol_Output_s;
Summary
DC bus voltage output structure
Description
This structure is used to store the DC bus output voltage value.
Remarks
Refer the generated header file for the exact typedef signature..