RTEMS
|
#include <dpmemdata.h>
Public Attributes | |
Objects_Control | Object |
void * | internal_base |
void * | external_base |
uint32_t | length |
The following structure defines the port control block. Each port has a control block associated with it. This control block contains all information required to support the port related operations.
Definition at line 38 of file dpmemdata.h.
void* Dual_ported_memory_Control::external_base |
This field is the base external address of the port.
Definition at line 44 of file dpmemdata.h.
void* Dual_ported_memory_Control::internal_base |
This field is the base internal address of the port.
Definition at line 42 of file dpmemdata.h.
uint32_t Dual_ported_memory_Control::length |
This field is the length of dual-ported area of the port.
Definition at line 46 of file dpmemdata.h.
Objects_Control Dual_ported_memory_Control::Object |
This field is the object management portion of a Port instance.
Definition at line 40 of file dpmemdata.h.