Skip to content

Enum: dm_AddressBlockType

Specifies the type of address block within the device's memory map.

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

Permissible Values

Value Meaning Description
Memory None Address block represents a memory region (e
Peripheral None Address block represents a peripheral device (e

Slots

Name Description
dm_AddressBlock_type The type of the address block

Identifier and Mapping Information

LinkML Source

name: dm_AddressBlockType
implements:
- owl:NamedIndividual
description: Specifies the type of address block within the device's memory map.
in_subset:
- deviceModel
from_schema: https://w3id.org/altium/cdm/
is_a: Enumeration
enum_uri: dm:AddressBlockType
permissible_values:
  Memory:
    text: Memory
    description: Address block represents a memory region (e.g., RAM, Flash).
    title: Memory
  Peripheral:
    text: Peripheral
    description: Address block represents a peripheral device (e.g., UART, GPIO).
    title: Peripheral