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.

MSPM0G3507: Timer driverlib missing APIs for second compare source

Part Number: MSPM0G3507

In the latest SDK (1.20.00.05), the following functions appear in the .h and documentation, but don't seem to have implementations. Is this a mistake or did I miss something?

DL_Timer_setSecondCompSrcDn
DL_Timer_GetSecondCompSrcDn
DL_Timer_setSecondCompSrcUp
DL_Timer_GetSecondCompSrcUp
DL_Timer_setSecondCompActionDn
DL_Timer_getSecondCompActionDn
DL_Timer_setSecondCompActionUp
DL_Timer_getSecondCompActionUp

I'm trying to make 3 separate timed pulses on a single TIMA instance, on output channels C0/C1/C2. Am I correct that I can use the CC0/1/2 registers for the first up compare to turn the pin on, and then set the secondary sources to CC3/4/5 to turn the pin off? Does that mean I can no longer use the C3/C4/C5 output pins, because their capture compare registers have been "stolen"?