Home
last modified time | relevance | path

Searched refs:__USED (Results 1 – 17 of 17) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_compiler.h85 #ifndef __USED
86 #define __USED __attribute__((used)) macro
157 #ifndef __USED
158 #define __USED __attribute__((used)) macro
227 #ifndef __USED
228 #warning No compiler specific solution for __USED. __USED is ignored.
229 #define __USED macro
Dcmsis_iccarm.h233 #ifndef __USED
235 #define __USED __attribute__((used)) macro
237 #define __USED _Pragma("__root") macro
Dcmsis_armcc.h72 #ifndef __USED
73 #define __USED __attribute__((used)) macro
Dcmsis_armclang.h48 #ifndef __USED
49 #define __USED __attribute__((used)) macro
Dcmsis_armclang_ltm.h48 #ifndef __USED
49 #define __USED __attribute__((used)) macro
Dcmsis_gcc.h55 #ifndef __USED
56 #define __USED __attribute__((used)) macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_compiler.h85 #ifndef __USED
86 #define __USED __attribute__((used)) macro
157 #ifndef __USED
158 #define __USED __attribute__((used)) macro
227 #ifndef __USED
228 #warning No compiler specific solution for __USED. __USED is ignored.
229 #define __USED macro
Dcmsis_iccarm.h231 #ifndef __USED
233 #define __USED __attribute__((used)) macro
235 #define __USED _Pragma("__root") macro
Dcmsis_armcc.h71 #ifndef __USED
72 #define __USED __attribute__((used)) macro
Dcmsis_armclang.h52 #ifndef __USED
53 #define __USED __attribute__((used)) macro
Dcmsis_armclang_ltm.h52 #ifndef __USED
53 #define __USED __attribute__((used)) macro
Dcmsis_gcc.h55 #ifndef __USED
56 #define __USED __attribute__((used)) macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/VIO/Source/
Dvio_memory.c50 __USED uint32_t vioSignalIn;
51 __USED uint32_t vioSignalOut;
52 __USED char vioPrintMem[VIO_PRINTMEM_NUM][VIO_PRINT_MAX_SIZE];
53 __USED int32_t vioValue [VIO_VALUE_NUM];
54 __USED vioValueXYZ_t vioValueXYZ[VIO_VALUEXYZ_NUM];
55 __USED vioAddrIPv4_t vioAddrIPv4[VIO_IPV4_ADDRESS_NUM];
56 __USED vioAddrIPv6_t vioAddrIPv6[VIO_IPV6_ADDRESS_NUM];
Dvio.c47 __USED uint32_t vioSignalIn; // Memory for incoming sign…
48 __USED uint32_t vioSignalOut; // Memory for outgoing sign…
49 __USED char vioPrintMem[VIO_PRINTMEM_NUM][VIO_PRINT_MAX_SIZE]; // Memory for the last valu…
50 __USED int32_t vioValue [VIO_VALUE_NUM]; // Memory for value used in…
51 __USED vioValueXYZ_t vioValueXYZ[VIO_VALUEXYZ_NUM]; // Memory for XYZ value for…
52 __USED vioAddrIPv4_t vioAddrIPv4[VIO_IPV4_ADDRESS_NUM]; // Memory for IPv4 address …
53 __USED vioAddrIPv6_t vioAddrIPv6[VIO_IPV6_ADDRESS_NUM]; // Memory for IPv6 address …
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c419 __USED \ variable
592 __USED \
728 __USED
744 __USED
753 __USED
762 __USED
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/nboot/
Dfsl_romapi_nboot.h123 #define NBOOT_RCS_ARRAY(NAME, SIZE) NAME[SIZE] __attribute__((section(".rcs." #NAME))) __USED
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/nboot/
Dfsl_romapi_nboot.h123 #define NBOOT_RCS_ARRAY(NAME, SIZE) NAME[SIZE] __attribute__((section(".rcs." #NAME))) __USED