Merge Octets To 64 bit Unsigned MAC Address
File:TArduinoMergeOctetsToMACUnsigned.png
Summary
Combines six individual octets into a single 64-bit unsigned MAC address.
Description
The **Merge Octets To 64-bit Unsigned MAC Address** component constructs a MAC address by merging six octet inputs into a single 64-bit unsigned integer. The merge is triggered by the **Clock** input. This is useful for generating or reconstructing MAC addresses from their separate byte components.
Diagram:
Properties
- Enabled – Enables or disables the component.
- Initial Value (default 0) – Defines the default MAC address value at startup.
Pins
Input Pins
- Octet0 – First octet of the MAC address.
- Octet1 – Second octet of the MAC address.
- Octet2 – Third octet of the MAC address.
- Octet3 – Fourth octet of the MAC address.
- Octet4 – Fifth octet of the MAC address.
- Octet5 – Sixth octet of the MAC address.
- Clock – Triggers merging of the current octet values into the MAC address.
Output Pins
- Out – Combined 64-bit unsigned MAC address.
Categories
- File:TArduinoNetworkCategory.png Category Network – Networking and MAC address handling.
- File:TArduinoIntegerCategory.png Category Integer – Integer and numeric manipulation.