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