Or Unsigned 64 bit Value

From Visuino
Jump to navigation Jump to search

File:TArduinoOrUnsigned64BitValue.png

Summary

Performs a bitwise OR operation between the input and a stored 64-bit unsigned value.

Description

The **Or Unsigned 64-bit Value** component applies a bitwise OR between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – 64-bit unsigned value used for the OR operation.

Pins

Input Pins

  • In – 64-bit unsigned input to be ORed.

Output Pins

  • Out – Result of the OR operation.