CO_STATUS
[COMMON]

Status definitions. More...

Collaboration diagram for CO_STATUS:

Enumerations

enum  {
  CO_OK, CO_FAIL, CO_EMPTY, CO_FULL,
  CO_BAD_PARAM, CO_NOT_FOUND, CO_NO_MORE_ELT_AVAILABLE, CO_NO_ELT_IN_USE,
  CO_BUSY, CO_OP_IN_PROGRESS
}
 

Status/error codes used in the MAC software.

More...

Detailed Description

Status definitions.

The STATUS module contains the status definitions used in the stack.


Enumeration Type Documentation

anonymous enum

Status/error codes used in the MAC software.

Enumerator:
CO_OK 

Successful.

CO_FAIL 

Unuccessful.

CO_EMPTY 

Empty.

CO_FULL 

Full.

CO_BAD_PARAM 

Bad parameters supplied.

CO_NOT_FOUND 

Element not found.

CO_NO_MORE_ELT_AVAILABLE 

No more element available.

CO_NO_ELT_IN_USE 

No element currently in use.

CO_BUSY 

Busy.

CO_OP_IN_PROGRESS 

Operation already in progress.

Definition at line 39 of file co_status.h.


Generated on 14 Jan 2020 for Ceva-RW WLAN FullMAC SW documentation by  doxygen 1.6.1