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.

UCD3138: Questions about void init_loop_mux(void){} in hard-switched full-bridge firmware for UCD3138

Part Number: UCD3138

Hello, I'm learning about the UCD3138's hard-switched full-bridge firmware.
I have some problems with void init_loop_mux(void){}.
Void init_loop_mux(void)
{

 LoopMuxRegs.FECTRL0MUX.bit.DPWM0_FRAME_SYNC_EN = 1;

 LoopMuxRegs.FECTRL2MUX.bit.DPWM1_FRAME_SYNC_EN = 1;

 LoopMuxRegs.FECTRL1MUX.bit.DPWM2_FRAME_SYNC_EN = 1;

}
I know that the above program synchronizes a certain PWM frame to a front end,

but I don't know exactly what frame synchronization means. Is frequency synchronization or simultaneous activation?