ctrl_status.h File Reference

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

This file contains the interface : - between USB <-> MEMORY OR

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

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 59 of file ctrl_status.h.

00060 {
00061    CTRL_GOOD         =(PASS  )  // It is ready
00062 ,  CTRL_FAIL         =(FAIL  )  // Memory fail
00063 ,  CTRL_NO_PRESENT   =(FAIL+1)  // Memory unplug
00064 ,  CTRL_BUSY         =(FAIL+2)  // Not initialize
00065 } Ctrl_status;


Generated on Wed Sep 23 09:17:03 2009 for ATMEL by  doxygen 1.5.3