/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | cmsis_gcc_m.h | 157 __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()
|
D | cmsis_armclang_m.h | 158 __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()
|
D | cmsis_clang_m.h | 164 __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()
|
D | cmsis_tiarmclang_m.h | 748 __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()
|
D | cmsis_iccarm_m.h | 378 __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/ |
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 | 172 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument 175 __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()
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
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,
|
/hal_rpi_pico-latest/src/rp2_common/pico_runtime/ |
D | CMakeLists.txt | 61 # PRINTF_FLOAT - to control float support if printf is enabled
|
/hal_rpi_pico-latest/docs/ |
D | mainpage.md | 15 … 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/ |
D | memmap_blocked_ram.ld | 57 This can be used to transfer control back to the bootrom on debugger
|
D | memmap_copy_to_ram.ld | 57 This can be used to transfer control back to the bootrom on debugger
|
D | memmap_default.ld | 57 This can be used to transfer control back to the bootrom on debugger
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 143 …fault implementation for pico_printf to link. compiler lets the compiler control printf behavior w…
|