VOLTAGE_LUT_ENTRY
VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries
VOLTAGE_LUT_ENTRY asVolI2cLut[]; // end with 0xff
VOLTAGE_LUT_ENTRY asVIDAdjustEntries[32];// 32 is for allocation, the actual number of entries is in ucNumOfVoltageEntries
VOLTAGE_LUT_ENTRY asVolI2cLut[]; // end with 0xff
(vo->asFormula.ucNumOfVoltageEntries * sizeof(VOLTAGE_LUT_ENTRY));
VOLTAGE_LUT_ENTRY *lut = (VOLTAGE_LUT_ENTRY *)
(sizeof(VOLTAGE_LUT_ENTRY) * (formula->ucNumOfVoltageEntries - 1)));
VOLTAGE_LUT_ENTRY *lut;
lut = (VOLTAGE_LUT_ENTRY *)
((u8 *)lut + sizeof(VOLTAGE_LUT_ENTRY));