![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "tfm_platform_api.h"
Go to the source code of this file.
Functions | |
enum tfm_platform_err_t | platform_sp_init (void) |
Initializes the secure partition. More... | |
enum tfm_platform_err_t | platform_sp_system_reset (void) |
Resets the system. More... | |
enum tfm_platform_err_t | platform_sp_pin_service (const psa_invec *in_vec, uint32_t num_invec, const psa_outvec *out_vec, uint32_t num_outvec) |
Performs pin services of the platform. More... | |
enum tfm_platform_err_t platform_sp_init | ( | void | ) |
Initializes the secure partition.
Definition at line 340 of file platform_sp.c.
enum tfm_platform_err_t platform_sp_pin_service | ( | const psa_invec * | in_vec, |
uint32_t | num_invec, | ||
const psa_outvec * | out_vec, | ||
uint32_t | num_outvec | ||
) |
Performs pin services of the platform.
[in] | in_vec | Pointer to in_vec array, which contains input arguments for the pin service |
[in] | num_invec | Number of elements in in_vec array |
[in,out] | out_vec | Pointer out_vec array, which contains output data of the pin service |
[in] | num_outvec | Number of elements in out_vec array |
enum tfm_platform_err_t platform_sp_system_reset | ( | void | ) |
Resets the system.
Definition at line 68 of file platform_sp.c.