summaryrefslogtreecommitdiffstats
path: root/spec/spec/interface-register-bits.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec/interface-register-bits.yml')
-rw-r--r--spec/spec/interface-register-bits.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/spec/spec/interface-register-bits.yml b/spec/spec/interface-register-bits.yml
new file mode 100644
index 00000000..e428aa81
--- /dev/null
+++ b/spec/spec/interface-register-bits.yml
@@ -0,0 +1,42 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+spec-description: null
+spec-example: null
+spec-info:
+ none: null
+ dict:
+ attributes:
+ access:
+ description: |
+ It shall be the list of access attributes.
+ spec-type: list-str
+ brief:
+ description: null
+ spec-type: interface-brief
+ description:
+ description: null
+ spec-type: interface-description
+ name:
+ description: |
+ It shall be the name of the register bit field.
+ spec-type: str
+ start:
+ description: |
+ It shall be the start bit of the bit field. Bit ``0`` is the
+ least-significant bit.
+ spec-type: int
+ width:
+ description: |
+ It shall be the width in bits of the bit field.
+ spec-type: int
+ description: |
+ This set of attributes specifies register bits.
+ mandatory-attributes: all
+spec-name: Register Bits Definition
+spec-type: interface-register-bits
+type: spec