Miscellaneous
[Main]


Defines

#define CODE_IN_ITCM   __attribute__ ((section (".itcm"), long_call))
#define DATA_IN_DTCM   __attribute__ ((section (".dtcm")))
#define ulDebug(format...)   ({ char __str[1000]; sprintf(__str , ##format); ulDebugText(__str); })

Functions

int ulShowSplashScreen (int splashType)

Detailed Description

Miscellaneous functions.

Define Documentation

#define CODE_IN_ITCM   __attribute__ ((section (".itcm"), long_call))

Puts code in internal ARM9 memory (32 kB) [untested]

#define DATA_IN_DTCM   __attribute__ ((section (".dtcm")))

Puts data in internal ARM9 memory (16 kB) [untested]

#define ulDebug ( format...   )     ({ char __str[1000]; sprintf(__str , ##format); ulDebugText(__str); })

Debug text with PALib


Function Documentation

int ulShowSplashScreen ( int  splashType  )  [inline]

Shows a splash screen.

Parameters:
splashType 
  • 1: official µLibrary splash v 1.0
  • 2: Neoflash competition splash
Returns:
0 if an error occured (not enough memory, etc.), 1 else.
Before displaying a splash screen, please ensure that the library is successfully initialized, including the graphical part.


Generated on Sat Jul 14 23:39:33 2007 by  doxygen 1.5.2