Home
last modified time | relevance | path

Searched refs:__WEAK (Results 1 – 21 of 21) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_compiler.h88 #ifndef __WEAK
89 #define __WEAK __attribute__((weak)) macro
160 #ifndef __WEAK
161 #define __WEAK __attribute__((weak)) macro
231 #ifndef __WEAK
232 #define __WEAK __weak macro
Dcmsis_iccarm.h241 #undef __WEAK /* undo the definition from DLib_Defaults.h */
242 #ifndef __WEAK
244 #define __WEAK __attribute__((weak)) macro
246 #define __WEAK _Pragma("__weak") macro
Dcmsis_armcc.h75 #ifndef __WEAK
76 #define __WEAK __attribute__((weak)) macro
Dcmsis_armclang.h51 #ifndef __WEAK
52 #define __WEAK __attribute__((weak)) macro
Dcmsis_armclang_ltm.h51 #ifndef __WEAK
52 #define __WEAK __attribute__((weak)) macro
Dcmsis_gcc.h58 #ifndef __WEAK
59 #define __WEAK __attribute__((weak)) macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_compiler.h88 #ifndef __WEAK
89 #define __WEAK __attribute__((weak)) macro
160 #ifndef __WEAK
161 #define __WEAK __attribute__((weak)) macro
231 #ifndef __WEAK
232 #define __WEAK __weak macro
Dcmsis_iccarm.h239 #ifndef __WEAK
241 #define __WEAK __attribute__((weak)) macro
243 #define __WEAK _Pragma("__weak") macro
Dcmsis_armcc.h74 #ifndef __WEAK
75 #define __WEAK __attribute__((weak)) macro
Dcmsis_armclang.h55 #ifndef __WEAK
56 #define __WEAK __attribute__((weak)) macro
Dcmsis_armclang_ltm.h55 #ifndef __WEAK
56 #define __WEAK __attribute__((weak)) macro
Dcmsis_gcc.h58 #ifndef __WEAK
59 #define __WEAK __attribute__((weak)) macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Config/
DRTX_Config.c32 __WEAK __NO_RETURN void osRtxIdleThread (void *argument) { in osRtxIdleThread()
39 __WEAK uint32_t osRtxErrorNotify (uint32_t code, void *object_id) { in osRtxErrorNotify()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcmsis_gcc.h45 #ifndef __WEAK
46 #define __WEAK __attribute__((weak)) macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c539 __WEAK void * const osRtxUserSVC[1] = { (void *)0 };
622 __WEAK void _platform_post_stackheap_init (void) { in _platform_post_stackheap_init()
630 __WEAK void software_init_hook (void) { in software_init_hook()
/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c26 #define EEPROM_STATIC __WEAK
27 #define EEPROM_PUBLIC __WEAK
Dfsl_adapter_eeprom_AT45DBxxxx.c27 #define EEPROM_STATIC __WEAK
28 #define EEPROM_PUBLIC __WEAK
/hal_nxp-latest/mcux/mcux-sdk/drivers/gdet/
Dfsl_gdet.c33 __WEAK void GDET_DriverIRQHandler(void) in GDET_DriverIRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/itrc/
Dfsl_itrc.c41 __WEAK void ITRC0_DriverIRQHandler(void) in ITRC0_DriverIRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/itrc_1/
Dfsl_itrc.c37 __WEAK void ITRC_DriverIRQHandler(void) in ITRC_DriverIRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/tdet/
Dfsl_tdet.c39 __WEAK void VBAT0_DriverIRQHandler(void) in VBAT0_DriverIRQHandler()