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/TMS320C6713B: what are these functions doing?

Part Number: TMS320C6713B

Tool/software: Code Composer Studio

What is the meaning and significance of  following functions

while (!DSK6713_AIC23_read(hCodec, &IN));

while (!DSK6713_AIC23_write(hCodec, OUT_L));

DSK6713_AIC23_openCodec(0, &config);

DSK6713_AIC23_closeCodec(hCodec);

 


Also what is "hCodec"

Please give me link for documentation explaining above functions