diff options
author | Ali Labbene <ali.labbene@st.com> | 2019-12-11 08:59:21 +0100 |
---|---|---|
committer | Ali Labbene <ali.labbene@st.com> | 2019-12-16 16:35:24 +0100 |
commit | 9f95ff5b6ba01db09552b84a0ab79607060a2666 (patch) | |
tree | 8a6e0dda832555c692307869aed49d07ee7facfe /docs/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.js | |
parent | 76177aa280494bb36d7a0bcbda1078d4db717020 (diff) | |
download | st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.tar.gz st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.tar.bz2 st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.zip |
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
Diffstat (limited to 'docs/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.js')
-rw-r--r-- | docs/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.js b/docs/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.js new file mode 100644 index 0000000..4b95efa --- /dev/null +++ b/docs/RTOS2/html/group__CMSIS__RTOS__TimerMgmt.js @@ -0,0 +1,23 @@ +var group__CMSIS__RTOS__TimerMgmt = +[ + [ "osTimerAttr_t", "group__CMSIS__RTOS__TimerMgmt.html#structosTimerAttr__t", [ + [ "name", "group__CMSIS__RTOS__TimerMgmt.html#ab74e6bf80237ddc4109968cedc58c151", null ], + [ "attr_bits", "group__CMSIS__RTOS__TimerMgmt.html#a6e93b49cb79c12f768d72580c7731f30", null ], + [ "cb_mem", "group__CMSIS__RTOS__TimerMgmt.html#a1e100dc33d403841ed3c344e3397868e", null ], + [ "cb_size", "group__CMSIS__RTOS__TimerMgmt.html#aa55a4335d12dc2785dc00fdc292d1159", null ] + ] ], + [ "osTimerId_t", "group__CMSIS__RTOS__TimerMgmt.html#gaad5409379689ee27bb0a0b56ea4a4b34", null ], + [ "osTimerFunc_t", "group__CMSIS__RTOS__TimerMgmt.html#gaacf768c1ec64b020598afb985d7b30be", null ], + [ "osTimerType_t", "group__CMSIS__RTOS__TimerMgmt.html#ga7dc24a4c2b90334427081c3da7a71915", [ + [ "osTimerOnce", "group__CMSIS__RTOS__TimerMgmt.html#gga7dc24a4c2b90334427081c3da7a71915a2e0e1f31c742c84b497c4d7143357bdb", null ], + [ "osTimerPeriodic", "group__CMSIS__RTOS__TimerMgmt.html#gga7dc24a4c2b90334427081c3da7a71915ab3463d921dc310938094745c230f2b35", null ] + ] ], + [ "osTimerOnce", "group__CMSIS__RTOS__TimerMgmt.html#gga7dc24a4c2b90334427081c3da7a71915a2e0e1f31c742c84b497c4d7143357bdb", null ], + [ "osTimerPeriodic", "group__CMSIS__RTOS__TimerMgmt.html#gga7dc24a4c2b90334427081c3da7a71915ab3463d921dc310938094745c230f2b35", null ], + [ "osTimerNew", "group__CMSIS__RTOS__TimerMgmt.html#gad4e7f785c5f700a509f55a3bf6a62bec", null ], + [ "osTimerGetName", "group__CMSIS__RTOS__TimerMgmt.html#ga4f82a98eee4d9ea79507e44340d3d319", null ], + [ "osTimerStart", "group__CMSIS__RTOS__TimerMgmt.html#gab6ee2859ea657641b7adfac599b8121d", null ], + [ "osTimerStop", "group__CMSIS__RTOS__TimerMgmt.html#gabd7a89356da7717293eb0bc5d87b8ac9", null ], + [ "osTimerIsRunning", "group__CMSIS__RTOS__TimerMgmt.html#ga69d3589f54194022c30dd01e45ec6741", null ], + [ "osTimerDelete", "group__CMSIS__RTOS__TimerMgmt.html#gad0001dd74721ab461789324806db2453", null ] +];
\ No newline at end of file |