Home
last modified time | relevance | path

Searched refs:control (Results 1 – 15 of 15) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_gcc_m.h157 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
159 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
170 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
172 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
Dcmsis_armclang_m.h158 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
160 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
171 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
173 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
Dcmsis_clang_m.h164 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
166 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
177 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
179 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
Dcmsis_tiarmclang_m.h748 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
750 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
761 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
763 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
Dcmsis_iccarm_m.h378 __STATIC_FORCEINLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
380 __arm_wsr("CONTROL", control); in __set_CONTROL()
408 __STATIC_FORCEINLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
410 __arm_wsr("CONTROL_NS", control); in __TZ_set_CONTROL_NS()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_iccarm.h359 __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()
Dcmsis_armcc.h172 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
175 __regControl = control; in __set_CONTROL()
Dcmsis_armclang_ltm.h781 __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()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/
DLICENSE.txt16 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,
/hal_rpi_pico-latest/src/rp2_common/pico_runtime/
DCMakeLists.txt61 # PRINTF_FLOAT - to control float support if printf is enabled
/hal_rpi_pico-latest/docs/
Dmainpage.md15 … the box, with sensible defaults, but also to give the developer as much control and power as poss…
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_blocked_ram.ld57 This can be used to transfer control back to the bootrom on debugger
Dmemmap_copy_to_ram.ld57 This can be used to transfer control back to the bootrom on debugger
Dmemmap_default.ld57 This can be used to transfer control back to the bootrom on debugger
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel143 …fault implementation for pico_printf to link. compiler lets the compiler control printf behavior w…