ctrl_status.h File Reference

Copyright (c) 2004This file contains the interface : More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Ctrl_status { CTRL_GOOD = (PASS ), CTRL_FAIL = (FAIL ), CTRL_NO_PRESENT = (FAIL+1), CTRL_BUSY = (FAIL+2) }
 Define control status. More...


Detailed Description

Copyright (c) 2004This file contains the interface :

Please read file license.txt for copyright notice.

This interface may be controled by a "Access Memory Control" for :

Version:
1.1 (c5131-mass-storage-virtual-1_0_4)
Todo:
Bug:

Definition in file ctrl_status.h.


Enumeration Type Documentation

enum Ctrl_status

Define control status.

Enumerator:
CTRL_GOOD 
CTRL_FAIL 
CTRL_NO_PRESENT 
CTRL_BUSY 

Definition at line 29 of file ctrl_status.h.

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;


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