summaryrefslogtreecommitdiffstats
path: root/spec/spec/interface-register-bits.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-10 14:14:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-14 14:32:42 +0200
commit249cfa1eda4d00631da1c2aa00f875e5710398c0 (patch)
tree8dda78cf70ddd820bb1a6586f21e14180f761714 /spec/spec/interface-register-bits.yml
parentspecdoc: Fix wording (diff)
downloadrtems-central-249cfa1eda4d00631da1c2aa00f875e5710398c0.tar.bz2
spec: Specify register block specification
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