Milos RTOS v0.3.4a
Real Time Operating System
Return values

Return values for __eventWait() function. More...

Collaboration diagram for Return values:

Defines

#define __EVRET_TIMEOUT   0x00
 Event timeout.
#define __EVRET_SUCCESS   0x01
 Event was arrived.
#define __EVRET_LIST_FULL   0x02
 Waiting list full.
#define __EVRET_ABORT   0x03
 Event aborted.
#define __EVRET_ERROR   0xFA
 Event error.

Detailed Description

Return values for __eventWait() function.


Define Documentation

#define __EVRET_TIMEOUT   0x00

Event timeout.

Definition at line 44 of file event.h.

#define __EVRET_SUCCESS   0x01

Event was arrived.

Definition at line 45 of file event.h.

#define __EVRET_LIST_FULL   0x02

Waiting list full.

Definition at line 46 of file event.h.

#define __EVRET_ABORT   0x03

Event aborted.

Definition at line 47 of file event.h.

#define __EVRET_ERROR   0xFA

Event error.

Definition at line 48 of file event.h.

 All Data Structures Files Functions Variables Typedefs Defines