Skip to main content

DmAmRegisterField

**Experimental** Bit field within a register.

type DmAmRegisterField {
access: String!
description: String!
enums: [DmAmFieldEnum!]!
lsb: Int!
msb: Int!
name: String!
}

Fields

DmAmRegisterField.access ● String! non-null scalar

**Experimental** Access type of the field (e.g., RO, RW).

DmAmRegisterField.description ● String! non-null scalar

**Experimental** Field description.

DmAmRegisterField.enums ● [DmAmFieldEnum!]! non-null object

**Experimental** Enumerated values for the field.

DmAmRegisterField.lsb ● Int! non-null scalar

**Experimental** Least significant bit index of the field.

DmAmRegisterField.msb ● Int! non-null scalar

**Experimental** Most significant bit index of the field.

DmAmRegisterField.name ● String! non-null scalar

**Experimental** Field name.