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__PL1__timer__functions.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/Core_A/html/group__PL1__timer__functions.js (limited to 'docs/Core_A/html/group__PL1__timer__functions.js') diff --git a/docs/Core_A/html/group__PL1__timer__functions.js b/docs/Core_A/html/group__PL1__timer__functions.js new file mode 100644 index 0000000..785f0e2 --- /dev/null +++ b/docs/Core_A/html/group__PL1__timer__functions.js @@ -0,0 +1,20 @@ +var group__PL1__timer__functions = +[ + [ "CNTP_CTL_Type", "unionCNTP__CTL__Type.html", [ + [ "_reserved0", "unionCNTP__CTL__Type.html#a033fc913891068a89b1609af783db8a8", null ], + [ "b", "unionCNTP__CTL__Type.html#acfac7f6bcdcf74d339bea24b437d977e", null ], + [ "b", "unionCNTP__CTL__Type.html#afdd6b14cdb03e4e694ec7db8163916b0", null ], + [ "ENABLE", "unionCNTP__CTL__Type.html#a3b7426f99d1ecdacd172999b4d04b210", null ], + [ "IMASK", "unionCNTP__CTL__Type.html#a07e23afbd292bcb84f15ea27ae2c157d", null ], + [ "ISTATUS", "unionCNTP__CTL__Type.html#acb2f8900c7f6960443df47c1f2f2add3", null ], + [ "w", "unionCNTP__CTL__Type.html#a0e2d443e0447f9b286433220cd288dbf", null ] + ] ], + [ "PL1_GetControl", "group__PL1__timer__functions.html#gaf7fda3fe3452565fbe46cb0ea53a9f8a", null ], + [ "PL1_GetCurrentPhysicalValue", "group__PL1__timer__functions.html#gac66bd336d2353f70aa8ebfc73aa3fc43", null ], + [ "PL1_GetCurrentValue", "group__PL1__timer__functions.html#ga8a212e9457005edfb9f14afbf937ebf9", null ], + [ "PL1_GetPhysicalCompareValue", "group__PL1__timer__functions.html#ga341ae7d1ae29f4dc5dae6310fa453164", null ], + [ "PL1_SetControl", "group__PL1__timer__functions.html#ga2e2ea7eac12a90c6243000172bf774e1", null ], + [ "PL1_SetCounterFrequency", "group__PL1__timer__functions.html#gac09f09327fde6a6adffe0e6298eaa1db", null ], + [ "PL1_SetLoadValue", "group__PL1__timer__functions.html#gae4edcfbdaf901a59a81d1fbf9845d9f7", null ], + [ "PL1_SetPhysicalCompareValue", "group__PL1__timer__functions.html#gab34067824971064a829e17b791070643", null ] +]; \ No newline at end of file -- cgit