8#ifndef __TFM_PLAT_DEVICE_ID_H__
9#define __TFM_PLAT_DEVICE_ID_H__
37#define INSTANCE_ID_MAX_SIZE (33u)
44#define IMPLEMENTATION_ID_MAX_SIZE (32u)
53#define HW_VERSION_MAX_SIZE (18u)
tfm_plat_err_t
Error enum for TFM platform functions.
enum tfm_plat_err_t tfm_plat_get_implementation_id(uint32_t *size, uint8_t *buf)
Get the Implementation ID of the device.
enum tfm_plat_err_t tfm_plat_get_instance_id(uint32_t *size, uint8_t *buf)
Get the UEID of the device.
enum tfm_plat_err_t tfm_plat_get_hw_version(uint32_t *size, uint8_t *buf)
Get the hardware version of the device.