Skip to content

Commit 9af9764

Browse files
authored
Clarify intended interpretation of 32-bit device id. (#69)
Clarify intended interpretation of 32-bit device id. Resolves #54 Signed-off-by: Will Damon \<[email protected]\>
1 parent dcc9820 commit 9af9764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/core/device.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ members:
128128
desc: "[out] vendor id from PCI configuration"
129129
- type: uint32_t
130130
name: deviceId
131-
desc: "[out] device id from PCI configuration"
131+
desc: |
132+
[out] device id from PCI configuration
133+
Note, the device id uses little-endian format.
132134
- type: $x_device_property_flags_t
133135
name: flags
134136
desc: "[out] 0 (none) or a valid combination of $x_device_property_flag_t"

0 commit comments

Comments
 (0)