Data Structures | |
| struct | CrashScreen |
Functions | |
| void | crash_screen_sleep (s32 ms) |
| void | crash_screen_draw_rect (s32 x, s32 y, s32 width, s32 height) |
| void | crash_screen_draw_glyph (s32 x, s32 y, s32 glyph) |
| char * | crash_screen_copy_to_buf (char *dest, const char *src, size_t size) |
| void | crash_screen_printf (s32 x, s32 y, const char *fmt,...) |
| void | crash_screen_print_fpr (s32 x, s32 y, s32 regNum, void *addr) |
| void | crash_screen_print_fpcsr (u32 value) |
| void | crash_screen_draw (OSThread *faultedThread) |
| OSThread * | crash_screen_get_faulted_thread (void) |
| void | crash_screen_thread_entry (void *unused) |
| void | crash_screen_set_draw_info (u16 *frameBufPtr, s16 width, s16 height) |
| void | crash_screen_init (void) |
| void | crash_screen_printf_with_bg (s16 x, s16 y, const char *fmt,...) |
Variables | |
| BSS CrashScreen | gCrashScreen |
| u8 | gCrashScreencharToGlyph [128] |
| u32 | gCrashScreenFont [] |
| const char * | gFaultCauses [18] |
| const char * | gFPCSRFaultCauses [6] |
| struct CrashScreen |
| char * crash_screen_copy_to_buf | ( | char * | dest, |
| const char * | src, | ||
| size_t | size ) |
Referenced by crash_screen_printf(), and crash_screen_printf_with_bg().
| void crash_screen_draw | ( | OSThread * | faultedThread | ) |
Referenced by crash_screen_thread_entry().
| void crash_screen_draw_glyph | ( | s32 | x, |
| s32 | y, | ||
| s32 | glyph ) |
Referenced by crash_screen_printf(), and crash_screen_printf_with_bg().
| void crash_screen_draw_rect | ( | s32 | x, |
| s32 | y, | ||
| s32 | width, | ||
| s32 | height ) |
Referenced by crash_screen_draw(), and crash_screen_printf_with_bg().
| OSThread * crash_screen_get_faulted_thread | ( | void | ) |
Referenced by crash_screen_thread_entry().
| void crash_screen_init | ( | void | ) |
Referenced by boot_main().
| void crash_screen_print_fpcsr | ( | u32 | value | ) |
Referenced by crash_screen_draw().
| void crash_screen_print_fpr | ( | s32 | x, |
| s32 | y, | ||
| s32 | regNum, | ||
| void * | addr ) |
Referenced by crash_screen_draw().
| void crash_screen_printf | ( | s32 | x, |
| s32 | y, | ||
| const char * | fmt, | ||
| ... ) |
Referenced by crash_screen_draw(), crash_screen_print_fpcsr(), and crash_screen_print_fpr().
| void crash_screen_printf_with_bg | ( | s16 | x, |
| s16 | y, | ||
| const char * | fmt, | ||
| ... ) |
| void crash_screen_set_draw_info | ( | u16 * | frameBufPtr, |
| s16 | width, | ||
| s16 | height ) |
Referenced by gfx_draw_frame().
| void crash_screen_sleep | ( | s32 | ms | ) |
Referenced by crash_screen_draw().
| void crash_screen_thread_entry | ( | void * | unused | ) |
Referenced by crash_screen_init().
| BSS CrashScreen gCrashScreen |
| u8 gCrashScreencharToGlyph[128] |
Referenced by crash_screen_printf(), and crash_screen_printf_with_bg().
| u32 gCrashScreenFont[] |
Referenced by crash_screen_draw_glyph().
| const char* gFaultCauses[18] |
Referenced by crash_screen_draw().
| const char* gFPCSRFaultCauses[6] |
Referenced by crash_screen_print_fpcsr().