Software APIs
Data Fields
start_operation_params Struct Reference

Parameters for starting a key manager operation. More...

Data Fields

uint32_t dest
 Destination for this operation.
 
uint32_t op
 Operation to start.
 

Detailed Description

Parameters for starting a key manager operation.

Values of the members must be the actual values that will be written to the CONTROL register.

Definition at line 216 of file dif_keymgr.c.

Field Documentation

◆ dest

uint32_t start_operation_params::dest

Destination for this operation.

Definition at line 220 of file dif_keymgr.c.

◆ op

uint32_t start_operation_params::op

Operation to start.

Definition at line 224 of file dif_keymgr.c.