nRF Connect SDK API 2.8.99
|
int tfm_platform_ns_fault_set_handler | ( | struct tfm_ns_fault_service_handler_context * | context, |
tfm_ns_fault_service_handler_callback | callback ) |
#include <include/tfm/tfm_ioctl_api.h>
Search for the fw_info structure in firmware image located at address.
[in] | context | Pointer to callback context information, stored in non-secure memory. |
[in] | callback | Callback to non-secure function to be called from secure fault handler. |
0 | If successful. |
-EINVAL | If input arguments are invalid. |