Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

psa_storage_info_t Struct Reference

psa_storage_info_t Struct Reference

A container for metadata associated with a specific uid. More...

#include <psa_crypto_its.h>

Data Fields

uint32_t size
 The size of the data associated with a uid.
psa_storage_create_flags_t flags
 The flags set when the uid was created.

Detailed Description

A container for metadata associated with a specific uid.

Definition at line 47 of file psa_crypto_its.h.


Field Documentation

The flags set when the uid was created.

Definition at line 50 of file psa_crypto_its.h.

uint32_t size

The size of the data associated with a uid.

Definition at line 49 of file psa_crypto_its.h.