• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

current.h

Go to the documentation of this file.
00001 /*@{*//*@}*/
00009 
00010 #ifndef CURRENT_H
00011 #define CURRENT_H
00012 
00013 #ifdef EXPORT
00014   #define EXTERN
00015 #else
00016   #define EXTERN extern
00017 #endif
00018 
00019 /******************************************************************************/
00020 /* Constants (#define)                *//*@{*/
00021 /* End: define Constants                                                *//*@}*/
00022 /******************************************************************************/
00023 
00024 /******************************************************************************/
00025 /* Macro definitions (#define)           *//*@{*/
00026 /* End: Macro definitions (#define)                                     *//*@}*/
00027 /******************************************************************************/
00028 
00029 /******************************************************************************/
00030 /* Basic types (typedef)                 *//*@{*/
00031 /* End: Basic types (typedef)                                           *//*@}*/
00032 /******************************************************************************/
00033 
00034 /******************************************************************************/
00035 /* Global variables/constan.  *//*@{*/
00036 /* End: Global variables                                                *//*@}*/
00037 /******************************************************************************/
00038 
00039 /******************************************************************************/
00040 /* Prototype declarations                                                     */
00041 
00042 EXTERN void   current_Init      (void);
00043 EXTERN void   current_Update    (void);
00044 EXTERN UINT16 current_GetValue  (void);
00045 EXTERN UINT16 current_GetSum    (void);
00046 EXTERN UINT16 current_GetAvg    (void);
00047 EXTERN void   current_UpdateSum (void);
00048 EXTERN void   current_UpdateAvg (void);
00049 
00050 /* End: Prototype declarations                                                */
00051 /******************************************************************************/
00052 
00053 #undef EXTERN
00054 #endif /* CURRENT_H */
00055 
00056 /**** Last line of code                                                    ****/

Generated on Sun Jan 23 2011 14:05:40 for ULA replacement firmware by  doxygen 1.7.2