2.1.6.8 DRV_PUF_EnrollCmd()

drv_puf_result_t DRV_PUF_EnrollCmd (uint8_t *const activationCode, uint8_t * pufScore)

Performs the Enroll command.

Parameters:
activationCode

Pointer to the byte array that will hold the generated activation code

pufScore

Pointer to the byte that will hold the PUF score

Returns:

Result code of the operation. See drv_puf_result_t enum for details.

Note:

The driver must have been initialized and started to run this command successfully.