Type definitions for the mcuxClSession component. More...
#include <mcuxClCore_Platform.h>#include <mcuxClCore_FunctionIdentifiers.h>#include <mcuxCsslFlowProtection.h>#include <mcuxClRandom_Types.h>Go to the source code of this file.
Data Structures | |
| struct | mcuxClSession_WorkArea |
| Type for mcuxClSession workareas flags. More... | |
| struct | mcuxClSession_Descriptor |
| Structure for mcuxClSession Descriptor. More... | |
Macros | |
| #define | MCUXCLSESSION_STATUS_OK |
| Session operation successful. | |
| #define | MCUXCLSESSION_STATUS_ERROR |
| Error occurred during Session operation. | |
| #define | MCUXCLSESSION_STATUS_HW_UNAVAILABLE |
| Required HW is unavailable. | |
| #define | MCUXCLSESSION_RTF_UPDATE_TRUE |
| RTF will be updated. | |
| #define | MCUXCLSESSION_RTF_UPDATE_FALSE |
| RTF will not be updated. | |
Typedefs | |
| typedef uint32_t | mcuxClSession_Status_t |
| Type for mcuxClSession status codes. | |
| typedef mcuxClSession_Status_t | mcuxClSession_Status_Protected_t |
| Deprecated type for mcuxClSession protected status codes. | |
| typedef uint32_t | mcuxClSession_Rtf_t |
| Type for mcuxClSession RTF configuration flags. | |
| typedef struct mcuxClSession_WorkArea | mcuxClSession_WorkArea_t |
| Type for mcuxClSession workareas flags. | |
| typedef uint32_t | mcuxClSession_SecurityOptions_t |
| Type for Session security options. | |
| typedef struct mcuxClSession_Descriptor | mcuxClSession_Descriptor_t |
| typedef mcuxClSession_Descriptor_t *const | mcuxClSession_Handle_t |
| Type for mcuxClSession Handle. | |
Type definitions for the mcuxClSession component.