Parses a CANopen PDO Mapping Entry (32-bit value) into its components.
Structure: Index (16-bit) | Subindex (8-bit) | Bit Length (8-bit)
An object containing the parsed index, subindex, and bit length.
Error if the input string is not a valid hex number.
The mapping entry as a raw number or hex string (e.g., 0x60400010).
Generated using TypeDoc
Parses a CANopen PDO Mapping Entry (32-bit value) into its components.
Structure: Index (16-bit) | Subindex (8-bit) | Bit Length (8-bit)
Returns
An object containing the parsed index, subindex, and bit length.
Throws
Error if the input string is not a valid hex number.