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/Core_A/html/group__CMSIS__CBAR.html | 176 +++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 docs/Core_A/html/group__CMSIS__CBAR.html (limited to 'docs/Core_A/html/group__CMSIS__CBAR.html') diff --git a/docs/Core_A/html/group__CMSIS__CBAR.html b/docs/Core_A/html/group__CMSIS__CBAR.html new file mode 100644 index 0000000..c746f67 --- /dev/null +++ b/docs/Core_A/html/group__CMSIS__CBAR.html @@ -0,0 +1,176 @@ + + + + + +Configuration Base Address Register (CBAR) +CMSIS-Core (Cortex-A): Configuration Base Address Register (CBAR) + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Core (Cortex-A) +  Version 1.1.2 +
+
CMSIS-Core support for Cortex-A processor-based devices
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Configuration Base Address Register (CBAR)
+
+
+ +

Takes the physical base address value of the memory-mapped SCU peripherals at reset from the external signal PERIPHBASE[31:13]. +More...

+ + + + + +

+Content

 CBAR Bits
 Bit position and mask macros.
 
+ + + + +

+Functions

__STATIC_FORCEINLINE uint32_t __get_CBAR (void)
 Get CBAR. More...
 
+

Description

+ + + + + + + +
Bits Name Function
[31:13] PERIPHBASE Peripheral base address.
[12:0] - Read as zero.
+

Consider __get_CBAR to access this register.

+

Function Documentation

+ +
+
+ + + + + + + + +
__STATIC_INLINE uint32_t __get_CBAR (void )
+
+
Returns
Configuration Base Address register value
+

This function returns the value of the Configuration Base Address register.

+ +
+
+
+
+ + + + -- cgit