Talk:CODEC SPI

From DSiBrew
Revision as of 12:30, 20 March 2010 by Ludo6431 (talk | contribs) (New page: I think there is a problem in the number of arguments : in CDC_ChangePage() : CDC_WriteRegister(0x7F, page); and: void CDC_WriteRegister(u32 page, u32 reg, u32 val); --~~...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I think there is a problem in the number of arguments :

in CDC_ChangePage() :

       CDC_WriteRegister(0x7F, page);

and:

       void CDC_WriteRegister(u32 page, u32 reg, u32 val);

--Ludo6431 10:30, 20 March 2010 (UTC)