I try read LLC firmware(UCD3138LLCEVM-028).
In configuration_functions.c .
I don't understand what pmbus_dcdc_config[0].deal_time_X .
Uint32 dead_time_1_local; Uint32 dead_time_3_local; Uint32 dead_time_4_local; Uint32 clamp_value; dead_time_1_local = (pmbus_dcdc_config[0].dead_time_1 + 8) >> 4; dead_time_3_local = (pmbus_dcdc_config[0].dead_time_3 + 8) >> 4; dead_time_4_local = (pmbus_dcdc_config[0].dead_time_4 + 8) >> 4; clamp_value = (((Uint64)pmbus_dcdc_config[0].dead_time_2 * ((1 << 23) - 1)) / (pmbus_dcdc_config[0].max_period * 8));
Where can I get pmbus_dcdc_config[0].dead_time_X value?
Please help me thank you all.
My work environment :
CCS6.1.3
UCD3138OL64EVM-031 Rev.A