64 bit Integer Mux(Multi channel Switch)

From Visuino
Revision as of 01:34, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Mux.png == Summary == Selects one of multiple 64-bit integer inputs and routes it to the output. == Description == The **Integer Mux (Int64)** component acts as a multi-channel switch for 64-bit integer signals. It forwards the selected input channel to the **Out** pin based on the value provided to the **Select** pin. This is useful for dynamically switching between different integer sources during program execution. <b>Diagram:</b>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoInteger64Mux.png

Summary

Selects one of multiple 64-bit integer inputs and routes it to the output.

Description

The **Integer Mux (Int64)** component acts as a multi-channel switch for 64-bit integer signals. It forwards the selected input channel to the **Out** pin based on the value provided to the **Select** pin. This is useful for dynamically switching between different integer sources during program execution.

Diagram:

Categories

Properties

  • Initial Channel – Unsigned integer – the input channel selected by default when the system starts.

Pins

  • Select – Unsigned integer input – index of the channel to route to output.
  • In[n] – 64-bit integer input at index **n**.
  • Out – 64-bit integer output carrying the currently selected channel’s value.