Name: use_device_addr | Properties: data-environment attribute, data-sharing attribute |
|
Arguments
Name | Type | Properties |
list | list of variable list item type | |
|
Directives
Semantics
If a list item has corresponding storage in the device data environment, references to the list item in the structured block that is associated with the construct on which the use_device_addr clause appears are converted into references to the corresponding list item. If the list item is not a mapped list item, it is assumed to be accessible on the target device. Inside the structured block, the list item has a device address and its storage may not be accessible from the host device. The list items that appear in a use_device_addr clause may include array sections.Restrictions
Restrictions to the use_device_addr clause are as follows:Each list item must not be a structure element.
Cross References