Merge Octets To 64 bit Unsigned MAC Address

From Visuino
Revision as of 23:33, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>Di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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