23 * \details To be called from the wrapper API interface
24 */
25
26 uint32_t tfm_ns_lock_dispatch(veneer_fn fn,
27 uint32_t arg0, uint32_t arg1,
28 uint32_t arg2, uint32_t arg3);
29
30/**
31 * \brief NS world, Init NS lock
32 *
33 * \details Needs to be called during non-secure app init
34 * to initialize the TFM NS lock object
35 */
36enum tfm_status_e tfm_ns_lock_init();
37
38#ifdef __cplusplus
39 }
40#endif
41
42#endif /* __TFM_NS_LOCK_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.