Home
last modified time | relevance | path

Searched refs:funcptr_void (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Template/ARMv8-M/
Dmain_s.c37 typedef void (*funcptr_void) (void) __attribute__((cmse_nonsecure_call)); typedef
41 funcptr_void NonSecure_ResetHandler; in main()
49 NonSecure_ResetHandler = (funcptr_void)(*((uint32_t *)((TZ_START_NS) + 4U))); in main()
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/
Dbootloader.c50 typedef void (*funcptr_void) (void) __attribute__((cmse_nonsecure_call)); typedef
54 funcptr_void NonSecure_ResetHandler; in main()
66 NonSecure_ResetHandler = (funcptr_void)(*((uint32_t *)((TZ_START_NS) + 4U))); in main()