The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
<>
Date:
Wed Apr 12 16:07:08 2017 +0100
Revision:
140:97feb9bacc10
Parent:
115:87f2f5183dfb
Release 140 of the mbed library

Ports for Upcoming Targets

3841: Add nRf52840 target https://github.com/ARMmbed/mbed-os/pull/3841
3992: Introducing UBLOX_C030 platform. https://github.com/ARMmbed/mbed-os/pull/3992

Fixes and Changes

3951: [NUCLEO_F303ZE] Correct ARDUINO pin https://github.com/ARMmbed/mbed-os/pull/3951
4021: Fixing a macro to detect when RTOS was in use for the NRF52840_DK https://github.com/ARMmbed/mbed-os/pull/4021
3979: KW24D: Add missing SPI defines and Arduino connector definitions https://github.com/ARMmbed/mbed-os/pull/3979
3990: UBLOX_C027: construct a ticker-based wait, rather than calling wait_ms(), in the https://github.com/ARMmbed/mbed-os/pull/3990
4003: Fixed OBOE in async serial tx for NRF52 target, fixes #4002 https://github.com/ARMmbed/mbed-os/pull/4003
4012: STM32: Correct I2C master error handling https://github.com/ARMmbed/mbed-os/pull/4012
4020: NUCLEO_L011K4 remove unsupported tool chain files https://github.com/ARMmbed/mbed-os/pull/4020
4065: K66F: Move bss section to m_data_2 Section https://github.com/ARMmbed/mbed-os/pull/4065
4014: Issue 3763: Reduce heap allocation in the GCC linker file https://github.com/ARMmbed/mbed-os/pull/4014
4030: [STM32L0] reduce IAR heap and stack size for small targets https://github.com/ARMmbed/mbed-os/pull/4030
4109: NUCLEO_L476RG : minor serial pin update https://github.com/ARMmbed/mbed-os/pull/4109
3982: Ticker - kl25z bugfix for handling events in the past https://github.com/ARMmbed/mbed-os/pull/3982

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 100:cbbeb26dbd92 1 /**************************************************************************//**
Kojto 100:cbbeb26dbd92 2 * @file core_ca9.h
Kojto 100:cbbeb26dbd92 3 * @brief CMSIS Cortex-A9 Core Peripheral Access Layer Header File
Kojto 100:cbbeb26dbd92 4 * @version
Kojto 100:cbbeb26dbd92 5 * @date 25 March 2013
Kojto 100:cbbeb26dbd92 6 *
Kojto 100:cbbeb26dbd92 7 * @note
Kojto 100:cbbeb26dbd92 8 *
Kojto 100:cbbeb26dbd92 9 ******************************************************************************/
Kojto 100:cbbeb26dbd92 10 /* Copyright (c) 2009 - 2012 ARM LIMITED
Kojto 100:cbbeb26dbd92 11
Kojto 100:cbbeb26dbd92 12 All rights reserved.
Kojto 100:cbbeb26dbd92 13 Redistribution and use in source and binary forms, with or without
Kojto 100:cbbeb26dbd92 14 modification, are permitted provided that the following conditions are met:
Kojto 100:cbbeb26dbd92 15 - Redistributions of source code must retain the above copyright
Kojto 100:cbbeb26dbd92 16 notice, this list of conditions and the following disclaimer.
Kojto 100:cbbeb26dbd92 17 - Redistributions in binary form must reproduce the above copyright
Kojto 100:cbbeb26dbd92 18 notice, this list of conditions and the following disclaimer in the
Kojto 100:cbbeb26dbd92 19 documentation and/or other materials provided with the distribution.
Kojto 100:cbbeb26dbd92 20 - Neither the name of ARM nor the names of its contributors may be used
Kojto 100:cbbeb26dbd92 21 to endorse or promote products derived from this software without
Kojto 100:cbbeb26dbd92 22 specific prior written permission.
Kojto 100:cbbeb26dbd92 23 *
Kojto 100:cbbeb26dbd92 24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 100:cbbeb26dbd92 25 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 100:cbbeb26dbd92 26 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Kojto 100:cbbeb26dbd92 27 ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
Kojto 100:cbbeb26dbd92 28 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
Kojto 100:cbbeb26dbd92 29 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
Kojto 100:cbbeb26dbd92 30 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
Kojto 100:cbbeb26dbd92 31 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
Kojto 100:cbbeb26dbd92 32 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
Kojto 100:cbbeb26dbd92 33 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Kojto 100:cbbeb26dbd92 34 POSSIBILITY OF SUCH DAMAGE.
Kojto 100:cbbeb26dbd92 35 ---------------------------------------------------------------------------*/
Kojto 100:cbbeb26dbd92 36
Kojto 100:cbbeb26dbd92 37
Kojto 100:cbbeb26dbd92 38 #if defined ( __ICCARM__ )
Kojto 100:cbbeb26dbd92 39 #pragma system_include /* treat file as system include file for MISRA check */
Kojto 100:cbbeb26dbd92 40 #endif
Kojto 100:cbbeb26dbd92 41
Kojto 100:cbbeb26dbd92 42 #ifdef __cplusplus
Kojto 100:cbbeb26dbd92 43 extern "C" {
Kojto 100:cbbeb26dbd92 44 #endif
Kojto 100:cbbeb26dbd92 45
Kojto 100:cbbeb26dbd92 46 #ifndef __CORE_CA9_H_GENERIC
Kojto 100:cbbeb26dbd92 47 #define __CORE_CA9_H_GENERIC
Kojto 100:cbbeb26dbd92 48
Kojto 100:cbbeb26dbd92 49
Kojto 100:cbbeb26dbd92 50 /** \page CMSIS_MISRA_Exceptions MISRA-C:2004 Compliance Exceptions
Kojto 100:cbbeb26dbd92 51 CMSIS violates the following MISRA-C:2004 rules:
Kojto 100:cbbeb26dbd92 52
Kojto 100:cbbeb26dbd92 53 \li Required Rule 8.5, object/function definition in header file.<br>
Kojto 100:cbbeb26dbd92 54 Function definitions in header files are used to allow 'inlining'.
Kojto 100:cbbeb26dbd92 55
Kojto 100:cbbeb26dbd92 56 \li Required Rule 18.4, declaration of union type or object of union type: '{...}'.<br>
Kojto 100:cbbeb26dbd92 57 Unions are used for effective representation of core registers.
Kojto 100:cbbeb26dbd92 58
Kojto 100:cbbeb26dbd92 59 \li Advisory Rule 19.7, Function-like macro defined.<br>
Kojto 100:cbbeb26dbd92 60 Function-like macros are used to allow more efficient code.
Kojto 100:cbbeb26dbd92 61 */
Kojto 100:cbbeb26dbd92 62
Kojto 100:cbbeb26dbd92 63
Kojto 100:cbbeb26dbd92 64 /*******************************************************************************
Kojto 100:cbbeb26dbd92 65 * CMSIS definitions
Kojto 100:cbbeb26dbd92 66 ******************************************************************************/
Kojto 100:cbbeb26dbd92 67 /** \ingroup Cortex_A9
Kojto 100:cbbeb26dbd92 68 @{
Kojto 100:cbbeb26dbd92 69 */
Kojto 100:cbbeb26dbd92 70
Kojto 100:cbbeb26dbd92 71 /* CMSIS CA9 definitions */
Kojto 100:cbbeb26dbd92 72 #define __CA9_CMSIS_VERSION_MAIN (0x03) /*!< [31:16] CMSIS HAL main version */
Kojto 100:cbbeb26dbd92 73 #define __CA9_CMSIS_VERSION_SUB (0x10) /*!< [15:0] CMSIS HAL sub version */
Kojto 100:cbbeb26dbd92 74 #define __CA9_CMSIS_VERSION ((__CA9_CMSIS_VERSION_MAIN << 16) | \
Kojto 100:cbbeb26dbd92 75 __CA9_CMSIS_VERSION_SUB ) /*!< CMSIS HAL version number */
Kojto 100:cbbeb26dbd92 76
Kojto 100:cbbeb26dbd92 77 #define __CORTEX_A (0x09) /*!< Cortex-A Core */
Kojto 100:cbbeb26dbd92 78
Kojto 100:cbbeb26dbd92 79
Kojto 100:cbbeb26dbd92 80 #if defined ( __CC_ARM )
Kojto 100:cbbeb26dbd92 81 #define __ASM __asm /*!< asm keyword for ARM Compiler */
Kojto 100:cbbeb26dbd92 82 #define __INLINE __inline /*!< inline keyword for ARM Compiler */
Kojto 100:cbbeb26dbd92 83 #define __STATIC_INLINE static __inline
Kojto 100:cbbeb26dbd92 84 #define __STATIC_ASM static __asm
Kojto 100:cbbeb26dbd92 85
Kojto 100:cbbeb26dbd92 86 #elif defined ( __ICCARM__ )
Kojto 100:cbbeb26dbd92 87 #define __ASM __asm /*!< asm keyword for IAR Compiler */
Kojto 100:cbbeb26dbd92 88 #define __INLINE inline /*!< inline keyword for IAR Compiler. Only available in High optimization mode! */
Kojto 100:cbbeb26dbd92 89 #define __STATIC_INLINE static inline
Kojto 100:cbbeb26dbd92 90 #define __STATIC_ASM static __asm
Kojto 100:cbbeb26dbd92 91
Kojto 115:87f2f5183dfb 92 #include <stdint.h>
Kojto 115:87f2f5183dfb 93 inline uint32_t __get_PSR(void) {
Kojto 115:87f2f5183dfb 94 __ASM("mrs r0, cpsr");
Kojto 115:87f2f5183dfb 95 }
Kojto 115:87f2f5183dfb 96
Kojto 100:cbbeb26dbd92 97 #elif defined ( __TMS470__ )
Kojto 100:cbbeb26dbd92 98 #define __ASM __asm /*!< asm keyword for TI CCS Compiler */
Kojto 100:cbbeb26dbd92 99 #define __STATIC_INLINE static inline
Kojto 100:cbbeb26dbd92 100 #define __STATIC_ASM static __asm
Kojto 100:cbbeb26dbd92 101
Kojto 100:cbbeb26dbd92 102 #elif defined ( __GNUC__ )
Kojto 100:cbbeb26dbd92 103 #define __ASM __asm /*!< asm keyword for GNU Compiler */
Kojto 100:cbbeb26dbd92 104 #define __INLINE inline /*!< inline keyword for GNU Compiler */
Kojto 100:cbbeb26dbd92 105 #define __STATIC_INLINE static inline
Kojto 100:cbbeb26dbd92 106 #define __STATIC_ASM static __asm
Kojto 100:cbbeb26dbd92 107
Kojto 100:cbbeb26dbd92 108 #elif defined ( __TASKING__ )
Kojto 100:cbbeb26dbd92 109 #define __ASM __asm /*!< asm keyword for TASKING Compiler */
Kojto 100:cbbeb26dbd92 110 #define __INLINE inline /*!< inline keyword for TASKING Compiler */
Kojto 100:cbbeb26dbd92 111 #define __STATIC_INLINE static inline
Kojto 100:cbbeb26dbd92 112 #define __STATIC_ASM static __asm
Kojto 100:cbbeb26dbd92 113
Kojto 100:cbbeb26dbd92 114 #endif
Kojto 100:cbbeb26dbd92 115
Kojto 100:cbbeb26dbd92 116 /** __FPU_USED indicates whether an FPU is used or not. For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.
Kojto 100:cbbeb26dbd92 117 */
Kojto 100:cbbeb26dbd92 118 #if defined ( __CC_ARM )
Kojto 100:cbbeb26dbd92 119 #if defined __TARGET_FPU_VFP
Kojto 100:cbbeb26dbd92 120 #if (__FPU_PRESENT == 1)
Kojto 100:cbbeb26dbd92 121 #define __FPU_USED 1
Kojto 100:cbbeb26dbd92 122 #else
Kojto 100:cbbeb26dbd92 123 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Kojto 100:cbbeb26dbd92 124 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 125 #endif
Kojto 100:cbbeb26dbd92 126 #else
Kojto 100:cbbeb26dbd92 127 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 128 #endif
Kojto 100:cbbeb26dbd92 129
Kojto 100:cbbeb26dbd92 130 #elif defined ( __ICCARM__ )
Kojto 100:cbbeb26dbd92 131 #if defined __ARMVFP__
Kojto 100:cbbeb26dbd92 132 #if (__FPU_PRESENT == 1)
Kojto 100:cbbeb26dbd92 133 #define __FPU_USED 1
Kojto 100:cbbeb26dbd92 134 #else
Kojto 100:cbbeb26dbd92 135 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Kojto 100:cbbeb26dbd92 136 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 137 #endif
Kojto 100:cbbeb26dbd92 138 #else
Kojto 100:cbbeb26dbd92 139 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 140 #endif
Kojto 100:cbbeb26dbd92 141
Kojto 100:cbbeb26dbd92 142 #elif defined ( __TMS470__ )
Kojto 100:cbbeb26dbd92 143 #if defined __TI_VFP_SUPPORT__
Kojto 100:cbbeb26dbd92 144 #if (__FPU_PRESENT == 1)
Kojto 100:cbbeb26dbd92 145 #define __FPU_USED 1
Kojto 100:cbbeb26dbd92 146 #else
Kojto 100:cbbeb26dbd92 147 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Kojto 100:cbbeb26dbd92 148 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 149 #endif
Kojto 100:cbbeb26dbd92 150 #else
Kojto 100:cbbeb26dbd92 151 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 152 #endif
Kojto 100:cbbeb26dbd92 153
Kojto 100:cbbeb26dbd92 154 #elif defined ( __GNUC__ )
Kojto 100:cbbeb26dbd92 155 #if defined (__VFP_FP__) && !defined(__SOFTFP__)
Kojto 100:cbbeb26dbd92 156 #if (__FPU_PRESENT == 1)
Kojto 100:cbbeb26dbd92 157 #define __FPU_USED 1
Kojto 100:cbbeb26dbd92 158 #else
Kojto 100:cbbeb26dbd92 159 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Kojto 100:cbbeb26dbd92 160 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 161 #endif
Kojto 100:cbbeb26dbd92 162 #else
Kojto 100:cbbeb26dbd92 163 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 164 #endif
Kojto 100:cbbeb26dbd92 165
Kojto 100:cbbeb26dbd92 166 #elif defined ( __TASKING__ )
Kojto 100:cbbeb26dbd92 167 #if defined __FPU_VFP__
Kojto 100:cbbeb26dbd92 168 #if (__FPU_PRESENT == 1)
Kojto 100:cbbeb26dbd92 169 #define __FPU_USED 1
Kojto 100:cbbeb26dbd92 170 #else
Kojto 100:cbbeb26dbd92 171 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Kojto 100:cbbeb26dbd92 172 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 173 #endif
Kojto 100:cbbeb26dbd92 174 #else
Kojto 100:cbbeb26dbd92 175 #define __FPU_USED 0
Kojto 100:cbbeb26dbd92 176 #endif
Kojto 100:cbbeb26dbd92 177 #endif
Kojto 100:cbbeb26dbd92 178
Kojto 100:cbbeb26dbd92 179 #include <stdint.h> /*!< standard types definitions */
Kojto 100:cbbeb26dbd92 180 #include "core_caInstr.h" /*!< Core Instruction Access */
Kojto 100:cbbeb26dbd92 181 #include "core_caFunc.h" /*!< Core Function Access */
Kojto 100:cbbeb26dbd92 182 #include "core_cm4_simd.h" /*!< Compiler specific SIMD Intrinsics */
Kojto 100:cbbeb26dbd92 183
Kojto 100:cbbeb26dbd92 184 #endif /* __CORE_CA9_H_GENERIC */
Kojto 100:cbbeb26dbd92 185
Kojto 100:cbbeb26dbd92 186 #ifndef __CMSIS_GENERIC
Kojto 100:cbbeb26dbd92 187
Kojto 100:cbbeb26dbd92 188 #ifndef __CORE_CA9_H_DEPENDANT
Kojto 100:cbbeb26dbd92 189 #define __CORE_CA9_H_DEPENDANT
Kojto 100:cbbeb26dbd92 190
Kojto 100:cbbeb26dbd92 191 /* check device defines and use defaults */
Kojto 100:cbbeb26dbd92 192 #if defined __CHECK_DEVICE_DEFINES
Kojto 100:cbbeb26dbd92 193 #ifndef __CA9_REV
Kojto 100:cbbeb26dbd92 194 #define __CA9_REV 0x0000
Kojto 100:cbbeb26dbd92 195 #warning "__CA9_REV not defined in device header file; using default!"
Kojto 100:cbbeb26dbd92 196 #endif
Kojto 100:cbbeb26dbd92 197
Kojto 100:cbbeb26dbd92 198 #ifndef __FPU_PRESENT
Kojto 100:cbbeb26dbd92 199 #define __FPU_PRESENT 1
Kojto 100:cbbeb26dbd92 200 #warning "__FPU_PRESENT not defined in device header file; using default!"
Kojto 100:cbbeb26dbd92 201 #endif
Kojto 100:cbbeb26dbd92 202
Kojto 100:cbbeb26dbd92 203 #ifndef __Vendor_SysTickConfig
Kojto 100:cbbeb26dbd92 204 #define __Vendor_SysTickConfig 1
Kojto 100:cbbeb26dbd92 205 #endif
Kojto 100:cbbeb26dbd92 206
Kojto 100:cbbeb26dbd92 207 #if __Vendor_SysTickConfig == 0
Kojto 100:cbbeb26dbd92 208 #error "__Vendor_SysTickConfig set to 0, but vendor systick timer must be supplied for Cortex-A9"
Kojto 100:cbbeb26dbd92 209 #endif
Kojto 100:cbbeb26dbd92 210 #endif
Kojto 100:cbbeb26dbd92 211
Kojto 100:cbbeb26dbd92 212 /* IO definitions (access restrictions to peripheral registers) */
Kojto 100:cbbeb26dbd92 213 /**
Kojto 100:cbbeb26dbd92 214 \defgroup CMSIS_glob_defs CMSIS Global Defines
Kojto 100:cbbeb26dbd92 215
Kojto 100:cbbeb26dbd92 216 <strong>IO Type Qualifiers</strong> are used
Kojto 100:cbbeb26dbd92 217 \li to specify the access to peripheral variables.
Kojto 100:cbbeb26dbd92 218 \li for automatic generation of peripheral register debug information.
Kojto 100:cbbeb26dbd92 219 */
Kojto 100:cbbeb26dbd92 220 #ifdef __cplusplus
Kojto 100:cbbeb26dbd92 221 #define __I volatile /*!< Defines 'read only' permissions */
Kojto 100:cbbeb26dbd92 222 #else
Kojto 100:cbbeb26dbd92 223 #define __I volatile const /*!< Defines 'read only' permissions */
Kojto 100:cbbeb26dbd92 224 #endif
Kojto 100:cbbeb26dbd92 225 #define __O volatile /*!< Defines 'write only' permissions */
Kojto 100:cbbeb26dbd92 226 #define __IO volatile /*!< Defines 'read / write' permissions */
Kojto 100:cbbeb26dbd92 227
Kojto 100:cbbeb26dbd92 228 /*@} end of group Cortex_A9 */
Kojto 100:cbbeb26dbd92 229
Kojto 100:cbbeb26dbd92 230
Kojto 100:cbbeb26dbd92 231 /*******************************************************************************
Kojto 100:cbbeb26dbd92 232 * Register Abstraction
Kojto 100:cbbeb26dbd92 233 ******************************************************************************/
Kojto 100:cbbeb26dbd92 234 /** \defgroup CMSIS_core_register Defines and Type Definitions
Kojto 100:cbbeb26dbd92 235 \brief Type definitions and defines for Cortex-A processor based devices.
Kojto 100:cbbeb26dbd92 236 */
Kojto 100:cbbeb26dbd92 237
Kojto 100:cbbeb26dbd92 238 /** \ingroup CMSIS_core_register
Kojto 100:cbbeb26dbd92 239 \defgroup CMSIS_CORE Status and Control Registers
Kojto 100:cbbeb26dbd92 240 \brief Core Register type definitions.
Kojto 100:cbbeb26dbd92 241 @{
Kojto 100:cbbeb26dbd92 242 */
Kojto 100:cbbeb26dbd92 243
Kojto 100:cbbeb26dbd92 244 /** \brief Union type to access the Application Program Status Register (APSR).
Kojto 100:cbbeb26dbd92 245 */
Kojto 100:cbbeb26dbd92 246 typedef union
Kojto 100:cbbeb26dbd92 247 {
Kojto 100:cbbeb26dbd92 248 struct
Kojto 100:cbbeb26dbd92 249 {
Kojto 100:cbbeb26dbd92 250 uint32_t _reserved0:16; /*!< bit: 0..15 Reserved */
Kojto 100:cbbeb26dbd92 251 uint32_t GE:4; /*!< bit: 16..19 Greater than or Equal flags */
Kojto 100:cbbeb26dbd92 252 uint32_t reserved1:7; /*!< bit: 20..23 Reserved */
Kojto 100:cbbeb26dbd92 253 uint32_t Q:1; /*!< bit: 27 Saturation condition flag */
Kojto 100:cbbeb26dbd92 254 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */
Kojto 100:cbbeb26dbd92 255 uint32_t C:1; /*!< bit: 29 Carry condition code flag */
Kojto 100:cbbeb26dbd92 256 uint32_t Z:1; /*!< bit: 30 Zero condition code flag */
Kojto 100:cbbeb26dbd92 257 uint32_t N:1; /*!< bit: 31 Negative condition code flag */
Kojto 100:cbbeb26dbd92 258 } b; /*!< Structure used for bit access */
Kojto 100:cbbeb26dbd92 259 uint32_t w; /*!< Type used for word access */
Kojto 100:cbbeb26dbd92 260 } APSR_Type;
Kojto 100:cbbeb26dbd92 261
Kojto 100:cbbeb26dbd92 262
Kojto 100:cbbeb26dbd92 263 /*@} end of group CMSIS_CORE */
Kojto 100:cbbeb26dbd92 264
Kojto 100:cbbeb26dbd92 265 /*@} end of CMSIS_Core_FPUFunctions */
Kojto 100:cbbeb26dbd92 266
Kojto 100:cbbeb26dbd92 267
Kojto 100:cbbeb26dbd92 268 #endif /* __CORE_CA9_H_GENERIC */
Kojto 100:cbbeb26dbd92 269
Kojto 100:cbbeb26dbd92 270 #endif /* __CMSIS_GENERIC */
Kojto 100:cbbeb26dbd92 271
Kojto 100:cbbeb26dbd92 272 #ifdef __cplusplus
Kojto 100:cbbeb26dbd92 273 }
Kojto 100:cbbeb26dbd92 274
Kojto 100:cbbeb26dbd92 275
Kojto 100:cbbeb26dbd92 276 #endif