From c9d5d6b248a12f7c6b66d8a64b93fb0c8c6cae4d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 16 May 2017 14:31:59 +0200 Subject: ksd:ksdk update to 2.2 This include FreeRTOS update to version 9.0.0 Signed-off-by: Dominik Sliwa --- .../html/group__register_properties_group__gr.html | 114 +++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html (limited to 'CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html') diff --git a/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html b/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html new file mode 100644 index 0000000..9b2e93e --- /dev/null +++ b/CMSIS/Documentation/SVD/html/group__register_properties_group__gr.html @@ -0,0 +1,114 @@ + + + + + +registerPropertiesGroup +CMSIS-SVD: registerPropertiesGroup + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-SVD +  Version 1.3.1 +
+
CMSIS System View Description
+
+
+ +
+
    + +
+
+ + +
+
+ +
+
+
+ +
+
+
+
registerPropertiesGroup
+
+
+

Register properties can be set on device, peripheral, and register level. Element values defined on a lower level overwrite element values defined on a more general level. For example, the register-level.<size> will overwrite peripheral-level.<size>. Elements that have not been defined on a more general level, must be defined at register level at the latest.

+ + + + + + + + + + + + + +
Element Name Description Type Occurrence
size Defines the default bit-width of any register contained in the device (implicit inheritance). This element can be redefined on any lower level of the description using the size element there. scaledNonNegativeInteger 0..1
access Defines the default access rights for all registers. Access rights can be redefined on any lower level of the description using the access element there.
+
+ The predefined tokens are:
    +
  • read-only: read access is permitted. Write operations have an undefined result.
  • +
  • write-only: write access is permitted. Read operations have an undefined result.
  • +
  • read-write: both read and write accesses are permitted. Writes affect the state of the register and reads return a value related to the register.
  • +
  • writeOnce: only the first write after reset has an effect on the register. Read operations deliver undefined results.
  • +
  • read-writeOnce: Read operations deliver a result related to the register content. Only the first write access to this register after a reset will have an effect on the register content.
  • +
+
accessType 0..1
protection Defines the protection settings for a register. A device can have registers protected from access by the programmer and debugger. protectionStringType 0..1
resetValue Defines the default value for all registers at RESET. The default register value can be redefined on any lower level using the resetValue element there. The actual reset value is calculated from the resetValue and the resetMask. The mask is used to specify bits with an undefined reset value. scaledNonNegativeInteger 0..1
resetMask Identifies which register bits have a defined reset value. These bit positions are set to one. Bit positions with an undefined reset value are set to zero. scaledNonNegativeInteger 0..1
+
+
+ + + + -- cgit v1.2.3