00001 /*This file has been prepared for Doxygen automatic documentation generation.*/ 00048 #ifndef _CONTROLLER_H_ 00049 #define _CONTROLLER_H_ 00050 00051 #include "compiler.h" 00052 00053 Bool controller_key_fct1(void); // ADC 00054 Bool controller_key_fct2(void); // DAC 00055 Bool controller_key_fct3(void); // CAN 00056 Bool controller_key_fct4(void); // LIN 00057 Bool controller_key_fct5(void); // Zoom 00058 00059 void controller_init(U32 fcpu_hz, U32 fhsb_hz, U32 fpbb_hz, U32 fpba_hz); 00060 void controller_task(void); 00061 00062 #endif //_CONTROLLER_H_