MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxCl_clns.h File Reference

CLNS header for component-independent functionality. More...

#include <mcuxClConfig.h>

Go to the source code of this file.

Macros

#define MCUXCL_VERSION_MAX_SIZE
 Maximum size of the CLNS version string, in bytes (including zero-terminator).
#define MCUXCL_VERSION
 String literal for the version string of CLNS release that this header is part of.

Functions

static char const * mcuxCl_GetVersion (void)
 Gets the CLNS version string that uniquely identifies this release of the CLNS.

Detailed Description

CLNS header for component-independent functionality.

Macro Definition Documentation

◆ MCUXCL_VERSION_MAX_SIZE

#define MCUXCL_VERSION_MAX_SIZE

Maximum size of the CLNS version string, in bytes (including zero-terminator).

◆ MCUXCL_VERSION

#define MCUXCL_VERSION

String literal for the version string of CLNS release that this header is part of.

Function Documentation

◆ mcuxCl_GetVersion()

char const * mcuxCl_GetVersion ( void )
inlinestatic

Gets the CLNS version string that uniquely identifies this release of the CLNS.

Attention
This header was delivered as part of a CLNS release with the version string: DCI_SDK_V4.0.0. A string literal is defined by the macro MCUXCL_VERSION.
Returns
Zero-terminated ASCII string that identifies this release of the CLNS. Maximum size in bytes (including zero-terminator) is MCUXCL_VERSION_MAX_SIZE.