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.

CCS/AWR1642: EDMA related functions documentation

Part Number: AWR1642

Tool/software: Code Composer Studio

I'm facing difficulty understanding a few functions (related to edma and ping pong buffers) in the TI code for the Short Range Radar Application. I cannot find any documentation for some of the functions, like

EDMAutil_triggerType3(obj->edmaHandle[EDMA_INSTANCE_B], (uint8_t *)(&obj->radarCube[cubeOffset]), (uint8_t *)NULL, (uint8_t)chId, (uint8_t)SRR_EDMA_TRIGGER_ENABLE);

Where can I find the documentation for these functions?