ctrl_status.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 #ifndef _CTRL_STATUS_H_
00024 #define _CTRL_STATUS_H_
00025 
00026 //_____ D E F I N I T I O N S ______________________________________________
00027 
00029 typedef enum
00030 {
00031    CTRL_GOOD         =(PASS  )  // It is ready
00032 ,  CTRL_FAIL         =(FAIL  )  // Memory fail
00033 ,  CTRL_NO_PRESENT   =(FAIL+1)  // Memory unplug
00034 ,  CTRL_BUSY         =(FAIL+2)  // Not initialize
00035 } Ctrl_status;
00036 
00037 #endif   // _CTRL_STATUS_H_
00038 

Generated on Fri Jun 15 14:07:32 2007 for Atmel by  doxygen 1.5.1-p1