Home
last modified time | relevance | path

Searched refs:__ARM_ARCH_8M_BASE__ (Results 1 – 5 of 5) sorted by relevance

/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h35 #if __ARM_ARCH_6M__ || __ARM_ARCH_7M__ || __ARM_ARCH_7EM__ || __ARM_ARCH_8M_BASE__ || __ARM_ARCH_8M…
41 #define __ARM_ARCH_8M_BASE__ 1 macro
59 …!defined(__ARM_ARCH_8M_BASE__) && !defined(__ARM_ARCH_8M_MAIN__) && !defined(__ARM_ARCH_8_1M_MAIN_…
67 #define __ARM_ARCH_8M_BASE__ 1 macro
83 #elif defined(__ARM_ARCH_8M_BASE__) && __ARM_ARCH_8M_BASE__==1
/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c401 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) || \
501 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) || \ in TC_CoreInstr_LoadStoreExclusive()
653 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) )
676 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) ) in TC_CoreInstr_LoadStoreAcquire()
705 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) )
728 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) ) in TC_CoreInstr_LoadStoreAcquireExclusive()
DCV_CoreFunc.c439 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) ) in TC_CoreFunc_PSPLIM()
475 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) ) in TC_CoreFunc_PSPLIM_NS()
512 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) ) in TC_CoreFunc_MSPLIM()
554 (defined (__ARM_ARCH_8M_BASE__ ) && (__ARM_ARCH_8M_BASE__ == 1)) ) in TC_CoreFunc_MSPLIM_NS()
/cmsis_6-latest/CMSIS/RTOS2/Source/
Dos_systick.c60 #elif (defined(__ARM_ARCH_8M_BASE__) && (__ARM_ARCH_8M_BASE__ != 0)) in OS_Tick_Setup()
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_compiler_ctrl.txt42 \def __ARM_ARCH_8M_BASE__
45 The <b>\#define __ARM_ARCH_8M_BASE__</b> is set to 1 when generating code for the Armv8-M architect…
48 #define __ARM_ARCH_8M_BASE__