2.1.6.21 DRV_PUF_StartCmd()
drv_puf_result_t DRV_PUF_StartCmd (const uint8_t *const activationCode, uint8_t * pufScore)
Performs the Start command.
| activationCode |
Pointer to the byte array that holds the activation code |
| pufScore |
Pointer to the byte that will hold the PUF score |
Result code of the operation. See drv_puf_result_t enum for details. |
Note:
The PUF must have been enrolled or the driver must have been initialized and started (after a previous enrollment) to run this command successfully.
