Type of destination information structure. More...
#include <mcuxClKey_Types.h>
Data Fields | |
uint8_t * | pData |
Pointer to memory buffer for used as key destination. More... | |
uint32_t | byteCount |
Length field of the destination memory buffer. More... | |
uint32_t | slot |
Destination key slot. More... | |
mcuxClCss_KeyProp_t | key_properties |
Requested properties of the destination key. More... | |
mcuxClKey_LoadLocation_t | loadLocation |
Defines which key is used. More... | |
Type of destination information structure.
uint8_t* mcuxClKey_DstDataProvider::pData |
Pointer to memory buffer for used as key destination.
uint32_t mcuxClKey_DstDataProvider::byteCount |
Length field of the destination memory buffer.
uint32_t mcuxClKey_DstDataProvider::slot |
Destination key slot.
mcuxClCss_KeyProp_t mcuxClKey_DstDataProvider::key_properties |
Requested properties of the destination key.
mcuxClKey_LoadLocation_t mcuxClKey_DstDataProvider::loadLocation |
Defines which key is used.