Mistake on this page?
Report an issue in GitHub or email us
tfm_nspm_svc_handler.h
1 /*
2  * Copyright (c) 2018, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __TFM_NSPM_SVC_HANDLER_H__
9 #define __TFM_NSPM_SVC_HANDLER_H__
10 
11 #include <stdint.h>
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 /**
18  * \brief Reports the client ID of this task to TF-M (SVC function)
19  *
20  * \param [in] client_id Client ID to register.
21  *
22  * \return Returns 1 if the client ID was successfully reported 0 otherwise
23  */
24 uint32_t tfm_nspm_svc_register_client_id(uint32_t client_id);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif /* __TFM_NSPM_SVC_HANDLER_H__ */
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.