Skip to content

Enum: dm_AccessType

Specifies the access permissions for a register or memory region.

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

Permissible Values

Value Meaning Description
ReadOnly None The register or memory region can only be read
WriteOnly None The register or memory region can only be written to
ReadWrite None The register or memory region can be both read from and written to

Slots

Name Description
dm_Register_access The access type of the register
dm_RegisterField_access The access type of the register field

Identifier and Mapping Information

LinkML Source

name: dm_AccessType
implements:
- owl:NamedIndividual
description: Specifies the access permissions for a register or memory region.
in_subset:
- deviceModel
from_schema: https://w3id.org/altium/cdm/
is_a: Enumeration
enum_uri: dm:AccessType
permissible_values:
  ReadOnly:
    text: ReadOnly
    description: The register or memory region can only be read.
    title: Read-Only
  WriteOnly:
    text: WriteOnly
    description: The register or memory region can only be written to.
    title: Write-Only
  ReadWrite:
    text: ReadWrite
    description: The register or memory region can be both read from and written to.
    title: Read-Write