From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Core/html/group__intrinsic__CPU__gr.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/Core/html/group__intrinsic__CPU__gr.html') diff --git a/docs/Core/html/group__intrinsic__CPU__gr.html b/docs/Core/html/group__intrinsic__CPU__gr.html index b11dac6..5880054 100644 --- a/docs/Core/html/group__intrinsic__CPU__gr.html +++ b/docs/Core/html/group__intrinsic__CPU__gr.html @@ -32,7 +32,7 @@ Logo
CMSIS-Core (Cortex-M) -  Version 5.1.2 +  Version 5.3.0
CMSIS-Core support for Cortex-M processor-based devices
@@ -149,9 +149,9 @@ Functions uint32_t __REV16 (uint32_t value)  Reverse byte order (16 bit) More...
  -int32_t __REVSH (int32_t value) - Reverse byte order (16 bit) More...
-  +int16_t __REVSH (int16_t value) + Reverse byte order (16 bit) More...
+  uint32_t __RBIT (uint32_t value)  Reverse bit order of value. More...
  @@ -250,7 +250,7 @@ Functions

The following functions generate specific Cortex-M instructions that cannot be directly accessed by the C/C++ Compiler. Refer to the Cortex-M Reference Manuals for detailed information about these Cortex-M instructions.

Note
When using the Arm Compiler Version 5 Toolchain the following Intrinsic Functions for CPU Instructions are implemented using the Embedded Assembler. As the Embedded Assembler may cause side effects (Refer to Arm Compiler v5.xx User Guide - Using the Inline and Embedded Assemblers of the Arm Compiler for more information) it is possible to disable the following intrinsic functions and therefore the usage of the Embedded Assembler with the define __NO_EMBEDDED_ASM:
@@ -753,14 +753,14 @@ Functions - +
- + - + @@ -876,7 +876,7 @@ Functions
int32_t __REVSH int16_t __REVSH (int32_t int16_t  value)
-

This function saturates a signed value [not for Cortex-M0, Cortex-M0+, or SC000].

+

This function saturates a signed value [not for Cortex-M0, Cortex-M0+, or SC000]. The Q bit is set if saturation occurs.

Parameters
@@ -1343,7 +1343,7 @@ Functions
[in]valueValue to be saturated
-

This function saturates an unsigned value [not for Cortex-M0, Cortex-M0+, or SC000].

+

This function saturates an unsigned value [not for Cortex-M0, Cortex-M0+, or SC000]. The Q bit is set if saturation occurs.

Parameters
@@ -1411,7 +1411,7 @@ Functions
[in]valueValue to be saturated