Other Parts Discussed in Thread: C2000WARE
Hi,
I am planning to use CMPSS8_CTRIPOUTH to control MUX14 of OUTPUT XBAR,
In the TRM has defined like picture below:

But in the file xbar.h of driverlib library (I am using c2000ware v5.02) , There is no defination CMPSS8_CTRIPOUTH or CMPSS8_CTRIPOUTH_OR_CTRIPOUTL for MUX 14, there is only defination:
XBAR_OUT_MUX14_ADCEVT4 = 0x1C02,
XBAR_OUT_MUX14_EXTSYNCOUT = 0x1C03,

Can you explain that? And can I myself define XBAR_OUT_MUX14_CMPSS8_CTRIPOUTH = 0x1C00 and XBAR_OUT_MUX14_CMPSS8_CTRIPOUTH_OR_L = 0x1C01 for my usage?
Brs,
Longpt10