Searched refs:control (Results 1 – 6 of 6) sorted by relevance
/cmsis-3.5.0/CMSIS/Core/Include/ |
D | cmsis_armclang.h | 792 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument 794 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL() 805 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument 807 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
|
D | cmsis_iccarm.h | 359 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument 361 __arm_wsr("CONTROL", control); in __set_CONTROL() 387 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument 389 __arm_wsr("CONTROL_NS", control); in __TZ_set_CONTROL_NS()
|
D | cmsis_armcc.h | 567 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument 570 __regControl = control; in __set_CONTROL()
|
D | cmsis_armclang_ltm.h | 781 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument 783 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL() 794 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument 796 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
|
D | cmsis_gcc.h | 1001 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument 1003 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL() 1014 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument 1016 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
|
/cmsis-3.5.0/ |
D | LICENSE.txt | 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 18 "control" means (i) the power, direct or indirect, to cause the 56 communication on electronic mailing lists, source code control systems,
|