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/search/groups_8.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/Core_A/html/search/groups_8.js (limited to 'docs/Core_A/html/search/groups_8.js') diff --git a/docs/Core_A/html/search/groups_8.js b/docs/Core_A/html/search/groups_8.js new file mode 100644 index 0000000..4e1efc5 --- /dev/null +++ b/docs/Core_A/html/search/groups_8.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['pl1_20physical_20timer_20control_20register_20_28cntp_5fctl_29',['PL1 Physical Timer Control register (CNTP_CTL)',['../group__CMSIS__CNTP__CTL.html',1,'']]], + ['pl1_20physical_20timer_20compare_20value_20register_20_28cntp_5fcval_29',['PL1 Physical Timer Compare Value register (CNTP_CVAL)',['../group__CMSIS__CNTP__CVAL.html',1,'']]], + ['pl1_20physical_20timer_20value_20register_20_28cntp_5ftval_29',['PL1 Physical Timer Value register (CNTP_TVAL)',['../group__CMSIS__CNTP__TVAL.html',1,'']]], + ['pl1_20physical_20count_20register_20_28cntpct_29',['PL1 Physical Count register (CNTPCT)',['../group__CMSIS__CNTPCT.html',1,'']]], + ['peripheral_20access',['Peripheral Access',['../group__peripheral__gr.html',1,'']]], + ['private_20timer_20functions',['Private Timer Functions',['../group__PTM__timer__functions.html',1,'']]] +]; -- cgit