Clock Toggle Demux

From Visuino
Jump to navigation Jump to search

File:TArduinoClockToggleDemux.png

Summary

Routes a single clock input to one of two outputs based on a boolean control signal.

Description

The **Clock Toggle Demux** component takes a clock input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for clock signals.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default select state (boolean) at startup.

Pins

Input Pins

  • In – Clock input.
  • Select – Boolean control input determining the active output channel.

Output Pins

  • True – Clock output when **Select** is true.
  • False – Clock output when **Select** is false.