MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClKey_Protection Struct Reference

Type to map load and flush functions. More...

#include <mcuxClKey_Types.h>

Data Fields

mcuxClKey_LoadFuncPtr_t loadFunc
 Function pointer to a load function. More...
 
mcuxClKey_FlushFuncPtr_t flushFunc
 Function pointer to a flush function. More...
 
uint32_t protectionTokenLoad
 Protection token of the load function. More...
 
uint32_t protectionTokenFlush
 Protection token of the flush function. More...
 

Detailed Description

Type to map load and flush functions.

Field Documentation

◆ loadFunc

mcuxClKey_LoadFuncPtr_t mcuxClKey_Protection::loadFunc

Function pointer to a load function.

◆ flushFunc

mcuxClKey_FlushFuncPtr_t mcuxClKey_Protection::flushFunc

Function pointer to a flush function.

◆ protectionTokenLoad

uint32_t mcuxClKey_Protection::protectionTokenLoad

Protection token of the load function.

◆ protectionTokenFlush

uint32_t mcuxClKey_Protection::protectionTokenFlush

Protection token of the flush function.