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_A/html/cmsis__armcc_8txt.html | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'docs/Core_A/html/cmsis__armcc_8txt.html') diff --git a/docs/Core_A/html/cmsis__armcc_8txt.html b/docs/Core_A/html/cmsis__armcc_8txt.html index 5bf0b9b..c196028 100644 --- a/docs/Core_A/html/cmsis__armcc_8txt.html +++ b/docs/Core_A/html/cmsis__armcc_8txt.html @@ -32,7 +32,7 @@ Logo
CMSIS-Core (Cortex-A) -  Version 1.1.2 +  Version 1.1.4
CMSIS-Core support for Cortex-A processor-based devices
@@ -108,6 +108,7 @@ $(document).ready(function(){initNavTree('cmsis__armcc_8txt.html','');});
cmsis_armcc.txt File Reference
@@ -117,6 +118,30 @@ $(document).ready(function(){initNavTree('cmsis__armcc_8txt.html','');});

CMSIS compiler specific macros, functions, instructions. More...

+ + + + + + + + + + + + + + + + + + + + + + +

+Macros

#define __STATIC_FORCEINLINE
 Define a static function that should be always inlined by the compiler. More...
 
#define __PACKED_STRUCT
 Request smallest possible alignment for a structure. More...
 
#define __UNALIGNED_UINT32
 Pointer for unaligned access of a uint32_t variable. More...
 
#define __UNALIGNED_UINT16_READ
 Pointer for unaligned read of a uint16_t variable. More...
 
#define __UNALIGNED_UINT16_WRITE
 Pointer for unaligned write of a uint16_t variable. More...
 
#define __UNALIGNED_UINT32_READ
 Pointer for unaligned read of a uint32_t variable. More...
 
#define __UNALIGNED_UINT32_WRITE
 Pointer for unaligned write of a uint32_t variable. More...
 
@@ -147,7 +172,7 @@ Functions

Functions

uint32_t __REV (uint32_t value)