★ PROGRAMMER'S GUIDE ★ MPEG libraryThis is an addition to the main text of the manual.
/ * Allow SCU-DMA0 end interrupt * / INT_ChgMsk (INT_MSK_DMA0, INT_MSK_NULL);
/ * SCSP settings * / * ((Uint16 *) 0x25b00216) = 0x00ff; * ((Uint16 *) 0x25b00236) = 0x00ef; * ((Uint16 *) 0x25b00400) = 0x000f;
/ * Setting by SND I / F function * / / * Note: Actually, set the upper limit of the number of loops * / while (SND_SetCdDaLev (6, 6) == SND_RET_NSET); while (SND_SetCdDaPan (-15, 15) == SND_RET_NSET); while (SND_SetTlVl (15) == SND_RET_NSET);
★ PROGRAMMER'S GUIDE ★ MPEG library