Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Implementation-specific definitions

Implementation-specific definitions

Data Structures

class  LocalFileSystem
 A filesystem for accessing the local mbed Microcontroller USB disk drive. More...

Typedefs

typedef _unsigned_integral_type_ psa_key_handle_t
 Key handle.

Typedef Documentation

typedef _unsigned_integral_type_ psa_key_handle_t

Key handle.

This type represents open handles to keys. It must be an unsigned integral type. The choice of type is implementation-dependent.

0 is not a valid key handle. How other handle values are assigned is implementation-dependent.

Definition at line 47 of file crypto.h.