EVE 1.0
Common FreeRTOS-compatible types
Collaboration diagram for Common FreeRTOS-compatible types:

Macros

#define pdPASS   1
 
#define pdFALSE   false
 
#define pdTRUE   true
 

Typedefs

typedef int32_t BaseType_t
 
typedef uint32_t UBaseType_t
 
typedef uint32_t TickType_t
 

Detailed Description

Macro Definition Documentation

#define pdPASS   1

pdPASS return code

Definition at line 71 of file rtos.h.

#define pdFALSE   false

pdFALSE return code

Definition at line 72 of file rtos.h.

Referenced by xTaskResumeFromISR().

#define pdTRUE   true

pdTRUE return code

Definition at line 73 of file rtos.h.

Typedef Documentation

typedef int32_t BaseType_t

BaseType_t type

Definition at line 74 of file rtos.h.

typedef uint32_t UBaseType_t

UBaseType_t type

Definition at line 75 of file rtos.h.

typedef uint32_t TickType_t

TickType_t type

Definition at line 76 of file rtos.h.