64 bit Integer Mux(Multi channel Switch): Difference between revisions
Jump to navigation
Jump to search
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>..." |
(No difference)
|
Latest revision as of 01:34, 15 August 2025
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
- File:TArduinoIntegerCategory.png Category Integer – Multi-channel routing
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.