This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TIDA-00961: ZVS Extension code about if(phase_OFF)

Part Number: TIDA-00961

Hi, TI's engineer. I am currently studying the code of TIDA-00961. There is a judgment in the code about ZVS Extension in PWM ISR, if (zvs_adj_on && (!zvs_dont_adj) && (phase_OFF)). Isn't phase_OFF=1 when phase shedding? So does ZVS Extension only work when the one-phase bridge arm is working? Please tell me what is the function of "if(phase_OFF)" here. Thank you.