uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
BoardInit.c
Go to the documentation of this file.
1 
2 void BoardEarlyInit() {
3 }
4 
5 void BoardInit() {
6 }
7 
8 void BoardLateInit() {
9 }
10 
11 void BoardShutdown() {
12 }
13 
14 void BoardExceptionHandler(int code) {
15 }