Searched refs:VALUE (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | cmsis_iccarm_m.h | 345 #define __set_FPSCR(VALUE) (__arm_wsr("FPSCR", (VALUE))) argument 348 #define __set_FPSCR(VALUE) ((void)VALUE) argument 375 #define __set_BASEPRI(VALUE) (__arm_wsr("BASEPRI", (VALUE))) argument 376 #define __set_BASEPRI_MAX(VALUE) (__arm_wsr("BASEPRI_MAX", (VALUE))) argument 384 #define __set_FAULTMASK(VALUE) (__arm_wsr("FAULTMASK", (VALUE))) argument 385 #define __set_MSP(VALUE) (__arm_wsr("MSP", (VALUE))) argument 391 #define __set_MSPLIM(VALUE) ((void)(VALUE)) argument 393 #define __set_MSPLIM(VALUE) (__arm_wsr("MSPLIM", (VALUE))) argument 395 #define __set_PRIMASK(VALUE) (__arm_wsr("PRIMASK", (VALUE))) argument 396 #define __set_PSP(VALUE) (__arm_wsr("PSP", (VALUE))) argument [all …]
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | cmsis_iccarm.h | 328 #define __set_FPSCR(VALUE) (__arm_wsr("FPSCR", (VALUE))) argument 331 #define __set_FPSCR(VALUE) ((void)VALUE) argument 356 #define __set_BASEPRI(VALUE) (__arm_wsr("BASEPRI", (VALUE))) argument 357 #define __set_BASEPRI_MAX(VALUE) (__arm_wsr("BASEPRI_MAX", (VALUE))) argument 365 #define __set_FAULTMASK(VALUE) (__arm_wsr("FAULTMASK", (VALUE))) argument 366 #define __set_MSP(VALUE) (__arm_wsr("MSP", (VALUE))) argument 371 #define __set_MSPLIM(VALUE) ((void)(VALUE)) argument 373 #define __set_MSPLIM(VALUE) (__arm_wsr("MSPLIM", (VALUE))) argument 375 #define __set_PRIMASK(VALUE) (__arm_wsr("PRIMASK", (VALUE))) argument 376 #define __set_PSP(VALUE) (__arm_wsr("PSP", (VALUE))) argument [all …]
|