Type definitions for the mcuxClSession component. More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | mcuxClSession_WorkArea |
Type for mcuxClSession workareas flags. More... | |
struct | mcuxClSession_SecurityContext |
Type for mcuxClSession security context. More... | |
struct | mcuxClSession_Descriptor |
Type for mcuxClSession Descriptor. More... | |
Macros | |
#define | MCUXCLSESSION_STATUS_OK |
Session operation successful. More... | |
#define | MCUXCLSESSION_STATUS_ERROR |
Error occured during Session operation. More... | |
#define | MCUXCLSESSION_RTF_UPDATE_TRUE |
RTF will be updated. More... | |
#define | MCUXCLSESSION_RTF_UPDATE_FALSE |
RTF will not be updated. More... | |
Typedefs | |
typedef uint32_t | mcuxClSession_Status_t |
Type for mcuxClSession status codes. More... | |
typedef uint64_t | mcuxClSession_Status_Protected_t |
Type for mcuxClSession protected status codes. More... | |
typedef uint32_t | mcuxClSession_Rtf_t |
Type for mcuxClSession RTF configuration flags. More... | |
typedef struct mcuxClSession_WorkArea | mcuxClSession_WorkArea_t |
Type for mcuxClSession workareas flags. More... | |
typedef struct mcuxClSession_SecurityContext | mcuxClSession_SecurityContext_t |
Type for mcuxClSession security context. More... | |
typedef struct mcuxClSession_Descriptor | mcuxClSession_Descriptor_t |
Type for mcuxClSession Descriptor. More... | |
typedef mcuxClSession_Descriptor_t *const | mcuxClSession_Handle_t |
Type for mcuxClSession Handle. More... | |
Type definitions for the mcuxClSession component.