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 --- .../html/group__sai__interface__gr_structARM__SAI__STATUS.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/Driver/html/group__sai__interface__gr_structARM__SAI__STATUS.js (limited to 'docs/Driver/html/group__sai__interface__gr_structARM__SAI__STATUS.js') diff --git a/docs/Driver/html/group__sai__interface__gr_structARM__SAI__STATUS.js b/docs/Driver/html/group__sai__interface__gr_structARM__SAI__STATUS.js new file mode 100644 index 0000000..5bf3298 --- /dev/null +++ b/docs/Driver/html/group__sai__interface__gr_structARM__SAI__STATUS.js @@ -0,0 +1,9 @@ +var group__sai__interface__gr_structARM__SAI__STATUS = +[ + [ "tx_busy", "group__sai__interface__gr.html#a2c6d2b67fba3f3e084e96a6bc7fcac6b", null ], + [ "rx_busy", "group__sai__interface__gr.html#a9f5baee58ed41b382628a82a0b1cbcb4", null ], + [ "tx_underflow", "group__sai__interface__gr.html#a048f45e9d2257a21821f81d9edd17b72", null ], + [ "rx_overflow", "group__sai__interface__gr.html#ac403aefd9bce8b0172e1996c0f3dd8aa", null ], + [ "frame_error", "group__sai__interface__gr.html#a1b4f69a2caf19ef9fd75cf27ae3932f9", null ], + [ "reserved", "group__sai__interface__gr.html#aa43c4c21b173ada1b6b7568956f0d650", null ] +]; \ No newline at end of file -- cgit