EcpriRemoteMemoryAccessConfig Object


Description:

eCPRI Remote Memory Access Config.

Parents: EcpriProtocolConfig

EcpriRemoteMemoryAccessConfig Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AccessId

Used to uniquely identify an access

Type: u8

Default: 1

AccessType

Select the read or write access to perform on remote memory

Type: enum

Default: READ

Possible Values:

Value Description
READ

Read

WRITE

Write

WRITE_NO_RESPONSE

Write No Response

ActionType

Used to choose the actions available

Type: enum

Default: REQUEST

Possible Values:

Value Description
REQUEST

Request

Address

Memory location from where data has to be read or written to.

Type: u64

Default: 0

Range: 0 - 281474976710655

Data

Data in HEX format

Type: u8

Default: 0x01

DataLength

Length of data to be written or read

Type: u16

Default: 1

ElementId

Points to a specific instance of a hardware function

Type: u16

Default: 1

EnableConcatenation

Value indicating concatenation is enabled or not

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enables concatenation

FALSE

Disables concatenation

Reserved

Vendor specific value

Type: u8

Default: 0

Range: 0 - 7

EcpriRemoteMemoryAccessConfig Read-Only Attributes

There are no read-only attributes.