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.

TMS320F28377S: Configuring EPWM Xbar mux

Part Number: TMS320F28377S

while selecting the trigger sources for the trip inputs in Digital compare module, is it possible to select multiple trigger sources for the same trip input?

for example for TRIPIN4 in digital compare module there is a mux configuration to select the trigger sources, there are two registers TRIP4MUX0TO15CFG and TRIP4MUX16TO31CFG. and a register to enable the MUX (TRIP4MUXENABLE) . Can I use this register to  enable multiple MUX modules just like below?

EPwmXbarRegs.TRIP4MUXENABLE.bit.MUX0 = 1;
EPwmXbarRegs.TRIP4MUXENABLE.bit.MUX6 = 1;
EPwmXbarRegs.TRIP4MUXENABLE.bit.MUX2 = 1;