Split 64 bit Unsigned MAC Address To Octets

From Visuino
Jump to navigation Jump to search

File:TArduinoSplitMACUnsignedToOctets.png

Summary

Splits a 64-bit unsigned MAC address into six individual octets.

Description

The **Split 64-bit Unsigned MAC Address To Octets** component takes a single 64-bit unsigned integer representing a MAC address and breaks it down into its six constituent octets. This allows easier formatting, display, or transmission of MAC addresses in their common colon-separated octet form.

Diagram:


Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – 64-bit unsigned MAC address input.

Output 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.

Categories