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/Driver/html/group__sai__configure__control.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/Driver/html/group__sai__configure__control.js (limited to 'docs/Driver/html/group__sai__configure__control.js') diff --git a/docs/Driver/html/group__sai__configure__control.js b/docs/Driver/html/group__sai__configure__control.js new file mode 100644 index 0000000..6c4c32c --- /dev/null +++ b/docs/Driver/html/group__sai__configure__control.js @@ -0,0 +1,15 @@ +var group__sai__configure__control = +[ + [ "SAI Mode", "group__sai__mode__control.html", "group__sai__mode__control" ], + [ "SAI Synchronization", "group__sai__sync__control.html", "group__sai__sync__control" ], + [ "SAI Protocol", "group__sai__protocol__control.html", "group__sai__protocol__control" ], + [ "SAI Data Size", "group__sai__data__bits__control.html", "group__sai__data__bits__control" ], + [ "SAI Bit Order", "group__sai__bit__order__control.html", "group__sai__bit__order__control" ], + [ "SAI Mono Mode", "group__sai__mono__control.html", "group__sai__mono__control" ], + [ "SAI Companding", "group__sai__companding__control.html", "group__sai__companding__control" ], + [ "SAI Clock Polarity", "group__sai__clock__pol__control.html", "group__sai__clock__pol__control" ], + [ "SAI Frame", "group__sai__frame__control.html", "group__sai__frame__control" ], + [ "SAI Slot", "group__sai__slot__control.html", "group__sai__slot__control" ], + [ "SAI Master Clock Pin", "group__sai__mclk__pin__control.html", "group__sai__mclk__pin__control" ], + [ "SAI Master Clock Prescaler", "group__sai__mclk__pres__control.html", "group__sai__mclk__pres__control" ] +]; \ No newline at end of file -- cgit