API Functions: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
Line 59: Line 59:
* [[Function_SoftReset|void SoftReset(void)]]
* [[Function_SoftReset|void SoftReset(void)]]
* [[Function_WaitUs|void WaitUs(unsigned int microseconds)]]
* [[Function_WaitUs|void WaitUs(unsigned int microseconds)]]
* [[Function_SetUserPreVsyncCallback|extern void SetUserPreVsyncCallback(VsyncCallBackFunc)]]
* [[Function_SetUserPreVsyncCallback|void SetUserPreVsyncCallback(VsyncCallBackFunc)]]
* [[Function_SetUserPostVsyncCallback|extern void SetUserPostVsyncCallback(VsyncCallBackFunc)]]
* [[Function_SetUserPostVsyncCallback|void SetUserPostVsyncCallback(VsyncCallBackFunc)]]


==Kernel Internal Functions==
==Kernel Internal Functions==

Revision as of 00:12, 29 August 2011

Video Functions

Sound Functions

Controllers Functions

EEPROM Functions

SD Card Functions

TBD

Miscellaneous Functions

Kernel Internal Functions

Though you can use these functions, they are subject to change or be removed at any release.

Deprecated Functions