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/unionIFSR__Type.html | 273 ++++++++++++++++++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 docs/Core_A/html/unionIFSR__Type.html (limited to 'docs/Core_A/html/unionIFSR__Type.html') diff --git a/docs/Core_A/html/unionIFSR__Type.html b/docs/Core_A/html/unionIFSR__Type.html new file mode 100644 index 0000000..93f7ee3 --- /dev/null +++ b/docs/Core_A/html/unionIFSR__Type.html @@ -0,0 +1,273 @@ + + + + + +IFSR_Type Struct Reference +CMSIS-Core (Cortex-A): IFSR_Type Struct Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Core (Cortex-A) +  Version 1.1.2 +
+
CMSIS-Core support for Cortex-A processor-based devices
+
+
+ +
+
    + +
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
+
+
+ +

Bit field declaration for IFSR layout. +

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

+Data Fields

struct {
   uint32_t   FS0:4
 bit: 0.. 3 Fault Status bits bit 0-3 More...
 
   uint32_t   LPAE:1
 bit: 9 Large Physical Address Extension More...
 
   uint32_t   FS1:1
 bit: 10 Fault Status bits bit 4 More...
 
   uint32_t   ExT:1
 bit: 12 External abort type More...
 
s
 Structure used for bit access in short format. More...
 
struct {
   uint32_t   STATUS:6
 bit: 0.. 5 Fault Status bits More...
 
   uint32_t   LPAE:1
 bit: 9 Large Physical Address Extension More...
 
   uint32_t   ExT:1
 bit: 12 External abort type More...
 
l
 Structure used for bit access in long format. More...
 
uint32_t w
 Type used for word access. More...
 
+

Field Documentation

+ +
+
+ + + + +
uint32_t IFSR_Type::ExT
+
+ +
+
+ +
+
+ + + + +
uint32_t IFSR_Type::FS0
+
+ +
+
+ +
+
+ + + + +
uint32_t IFSR_Type::FS1
+
+ +
+
+ +
+
+ + + + +
struct { ... } IFSR_Type::l
+
+ +
+
+ +
+
+ + + + +
uint32_t IFSR_Type::LPAE
+
+ +
+
+ +
+
+ + + + +
struct { ... } IFSR_Type::s
+
+ +
+
+ +
+
+ + + + +
uint32_t IFSR_Type::STATUS
+
+ +
+
+ +
+
+ + + + +
uint32_t IFSR_Type::w
+
+ +
+
+
+
+ + + + -- cgit