Skip to content

Enum: dm_GpioMode

Defines the specific electrical and logical configuration of a pin when PortMode is set to Gpio.

URI: https://w3id.org/altium/cdm/dm_GpioMode

Permissible Values

Value Meaning Description
None None No specific GPIO mode assigned (often used for high-impedance or initial stat...
Input None Pin is configured as a digital input
OutputLow None Pin is configured as a digital output with a default logic low (0) state
OutputHigh None Pin is configured as a digital output with a default logic high (1) state

Slots

Name Description
dm_ConfigurationDependency_gpio_mode GPIO mode

Identifier and Mapping Information

LinkML Source

name: dm_GpioMode
description: Defines the specific electrical and logical configuration of a pin  when
  PortMode is set to Gpio.
in_subset:
- deviceModel
from_schema: https://w3id.org/altium/cdm/
is_a: Enumeration
enum_uri: dm:GpioMode
permissible_values:
  None:
    text: None
    description: No specific GPIO mode assigned (often used for high-impedance or
      initial state).
  Input:
    text: Input
    description: Pin is configured as a digital input.
  OutputLow:
    text: OutputLow
    description: Pin is configured as a digital output with a default logic low (0)
      state.
  OutputHigh:
    text: OutputHigh
    description: Pin is configured as a digital output with a default logic high (1)
      state.