TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
arch.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* nsfptr_t )(void)
 

Functions

void jump_to_ns_code (void)
 Jump to non-secure code. More...
 

Variables

nsfptr_t ns_entry
 

Typedef Documentation

typedef void(* nsfptr_t)(void)

Definition at line 18 of file arch.h.

Function Documentation

void jump_to_ns_code ( void  )

Jump to non-secure code.

Definition at line 19 of file arch.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

nsfptr_t ns_entry

Definition at line 17 of file arch.c.