![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Go to the source code of this file.
Functions | |
int32_t | tfm_core_get_boot_data (uint8_t major_type, struct tfm_boot_data *boot_data, uint32_t len) |
Retrieve secure partition related data from shared memory area, which stores shared data between bootloader and runtime firmware. More... | |
int32_t tfm_core_get_boot_data | ( | uint8_t | major_type, |
struct tfm_boot_data * | boot_data, | ||
uint32_t | len | ||
) |
Retrieve secure partition related data from shared memory area, which stores shared data between bootloader and runtime firmware.
[in] | major_type | Major type. |
[out] | boot_data | Pointer to boot data. |
[in] | len | The length of the boot data. |
Definition at line 13 of file service_api.c.