From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Core_A/html/group__CMSIS__CPACR.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/Core_A/html/group__CMSIS__CPACR.js (limited to 'docs/Core_A/html/group__CMSIS__CPACR.js') diff --git a/docs/Core_A/html/group__CMSIS__CPACR.js b/docs/Core_A/html/group__CMSIS__CPACR.js new file mode 100644 index 0000000..33edf57 --- /dev/null +++ b/docs/Core_A/html/group__CMSIS__CPACR.js @@ -0,0 +1,28 @@ +var group__CMSIS__CPACR = +[ + [ "CPACR Bits", "group__CMSIS__CPACR__BITS.html", "group__CMSIS__CPACR__BITS" ], + [ "CPACR CP field values", "group__CMSIS__CPACR__CP.html", "group__CMSIS__CPACR__CP" ], + [ "CPACR_Type", "unionCPACR__Type.html", [ + [ "ASEDIS", "unionCPACR__Type.html#a792fabd71db2311eefbc9b896db37986", null ], + [ "b", "unionCPACR__Type.html#a7aa1870fa74e00241618df136e04141f", null ], + [ "CP0", "unionCPACR__Type.html#a1a29bc40d708ac1a43153b11f60b8195", null ], + [ "CP1", "unionCPACR__Type.html#acb2055cdbdf2a6c9b8279dc6f7cbc624", null ], + [ "CP10", "unionCPACR__Type.html#a0275dc6b0eb9f906ebc5c6431b03dc4e", null ], + [ "CP11", "unionCPACR__Type.html#ac54b8897f9358f37e0046b010c334e87", null ], + [ "CP12", "unionCPACR__Type.html#a68d69635225dd479d3035cc51b4c40ce", null ], + [ "CP13", "unionCPACR__Type.html#a45d9be266fc37a6ff9f31c2bef897f90", null ], + [ "CP2", "unionCPACR__Type.html#a2553fcdfd94ffc09407db9da9db9d586", null ], + [ "CP3", "unionCPACR__Type.html#af245b8dabfea0bf7dc06f5d4de7bfa79", null ], + [ "CP4", "unionCPACR__Type.html#a6424b7a81a440217aab8e51e4b623adb", null ], + [ "CP5", "unionCPACR__Type.html#ad5c0b15cd6a01a6f1db398e020809573", null ], + [ "CP6", "unionCPACR__Type.html#ad898cab7c89a07b80068d141ced869e3", null ], + [ "CP7", "unionCPACR__Type.html#a12002991719fb1af7a5db9a73deb323d", null ], + [ "CP8", "unionCPACR__Type.html#a5a6f694264518a813bdbc202ff47664f", null ], + [ "CP9", "unionCPACR__Type.html#a4de69636eb450fcc3f5f3e4a19a869f5", null ], + [ "D32DIS", "unionCPACR__Type.html#a6206695a548b18ce0e2ea5276d1eef1d", null ], + [ "TRCDIS", "unionCPACR__Type.html#ac6f2f67dd0250b9dc9a8271a05655bbe", null ], + [ "w", "unionCPACR__Type.html#ae2d9d724aff1f8f0060738f5d4527c33", null ] + ] ], + [ "__get_CPACR", "group__CMSIS__CPACR.html#gadb152ab7a893135695e608ecaa5b0c4e", null ], + [ "__set_CPACR", "group__CMSIS__CPACR.html#ga8bf7e1cfb0f28bc3bff3be7fec057668", null ] +]; \ No newline at end of file -- cgit