uc-sdk
|
Go to the source code of this file.
Functions | |
int | main (int, char **, char **) |
void | BoardEarlyInit () |
void | BoardInit () |
void | BoardLateInit () |
void | BoardExceptionHandler (int) |
void | BoardShutdown () |
void | cpu_early_init () |
void | cpu_init () |
void | cpu_late_init () |
void | libc_init () |
void | _exit (int return_code) __attribute__((noreturn)) |
void | _start () |
void | startup_memcpy (void *dest, const void *src, size_t n) |
void | startup_memset (void *dest, int c, size_t n) |
void BoardEarlyInit | ( | ) |
Definition at line 35 of file BoardInit.c.
void BoardExceptionHandler | ( | int | ) |
Definition at line 51 of file BoardInit.c.
void BoardInit | ( | ) |
Definition at line 40 of file BoardInit.c.
void BoardLateInit | ( | ) |
Definition at line 44 of file BoardInit.c.
void BoardShutdown | ( | ) |
Definition at line 48 of file BoardInit.c.
void libc_init | ( | ) |
Definition at line 69 of file initfini.c.
int main | ( | int | , |
char ** | , | ||
char ** | |||
) |
void startup_memcpy | ( | void * | dest, |
const void * | src, | ||
size_t | n | ||
) |