This group contains the Dual-Ported Memory Manager implementation.
More...
|
Objects_Information | _Dual_ported_memory_Information |
| The Classic Dual Ported Memory objects information.
|
|
This group contains the Dual-Ported Memory Manager implementation.
◆ DUAL_PORTED_MEMORY_INFORMATION_DEFINE
#define DUAL_PORTED_MEMORY_INFORMATION_DEFINE |
( |
|
max | ) |
|
Value:
_Dual_ported_memory, \
OBJECTS_CLASSIC_API, \
OBJECTS_RTEMS_PORTS, \
max, \
)
#define OBJECTS_NO_STRING_NAME
Constant for the object information string name length to indicate that this object class has no stri...
Definition: objectdata.h:123
#define OBJECTS_INFORMATION_DEFINE(name, api, cls, type, max, nl, ex)
Statically initializes an objects information.
Definition: objectdata.h:449
#define NULL
Requests a GPIO pin group configuration.
Definition: xil_types.h:54
Definition: dpmemdata.h:59
Macro to define the objects information for the Classic Dual Ported Memory objects.
This macro should only be used by <rtems/confdefs.h>.
- Parameters
-
max | The configured object maximum (the OBJECTS_UNLIMITED_OBJECTS flag may be set). |