00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef FEMTOOS_CODE_H
00026 #define FEMTOOS_CODE_H
00027
00028 #include "femtoos_core.h"
00029 #include "femtoos_order.h"
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00049 void appBoot(void);
00050
00057 void appTick00(void);
00058
00065 void appTick08(void);
00066
00073 void appTick16(void);
00074
00075
00079 #ifdef TN_00
00080 void AppLoop(TN_00) (void) __attribute__ ( ( noreturn ) ) ;
00081 #endif
00082
00083 #ifdef TN_01
00084 void AppLoop(TN_01) (void) __attribute__ ( ( noreturn ) ) ;
00085 #endif
00086
00087 #ifdef TN_02
00088 void AppLoop(TN_02) (void) __attribute__ ( ( noreturn ) ) ;
00089 #endif
00090
00091 #ifdef TN_03
00092 void AppLoop(TN_03) (void) __attribute__ ( ( noreturn ) ) ;
00093 #endif
00094
00095 #ifdef TN_04
00096 void AppLoop(TN_04) (void) __attribute__ ( ( noreturn ) ) ;
00097 #endif
00098
00099 #ifdef TN_05
00100 void AppLoop(TN_05) (void) __attribute__ ( ( noreturn ) ) ;
00101 #endif
00102
00103 #ifdef TN_06
00104 void AppLoop(TN_06) (void) __attribute__ ( ( noreturn ) ) ;
00105 #endif
00106
00107 #ifdef TN_07
00108 void AppLoop(TN_07) (void) __attribute__ ( ( noreturn ) ) ;
00109 #endif
00110
00111 #ifdef TN_08
00112 void AppLoop(TN_08) (void) __attribute__ ( ( noreturn ) ) ;
00113 #endif
00114
00115 #ifdef TN_09
00116 void AppLoop(TN_09) (void) __attribute__ ( ( noreturn ) ) ;
00117 #endif
00118
00119 #ifdef TN_10
00120 void AppLoop(TN_10) (void) __attribute__ ( ( noreturn ) ) ;
00121 #endif
00122
00123 #ifdef TN_11
00124 void AppLoop(TN_11) (void) __attribute__ ( ( noreturn ) ) ;
00125 #endif
00126
00127 #ifdef TN_12
00128 void AppLoop(TN_12) (void) __attribute__ ( ( noreturn ) ) ;
00129 #endif
00130
00131 #ifdef TN_13
00132 void AppLoop(TN_13) (void) __attribute__ ( ( noreturn ) ) ;
00133 #endif
00134
00135 #ifdef TN_14
00136 void AppLoop(TN_14) (void) __attribute__ ( ( noreturn ) ) ;
00137 #endif
00138
00139 #ifdef TN_15
00140 void AppLoop(TN_15) (void) __attribute__ ( ( noreturn ) ) ;
00141 #endif
00142
00143
00144 #endif