Type definitions for the mcuxClMac component. More...
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <mcuxClConfig.h>
#include <mcuxClSession_Types.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClCore_FunctionIdentifiers.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t | mcuxClMac_Status_t |
Type for Mac component error codes. | |
typedef struct mcuxClMac_ModeDescriptor | mcuxClMac_ModeDescriptor_t |
MAC mode/algorithm descriptor type. | |
typedef const mcuxClMac_ModeDescriptor_t *const | mcuxClMac_Mode_t |
MAC mode/algorithm type. | |
typedef mcuxClMac_ModeDescriptor_t *const | mcuxClMac_CustomMode_t |
MAC custom mode/algorithm type. | |
typedef struct mcuxClMac_Context | mcuxClMac_Context_t |
Mac context type. | |
Type definitions for the mcuxClMac component.