MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
McuxClPkc_Functions_Wait

mcuxClPkc functions for waiting PKC computation More...

Macros

#define MCUXCLPKC_FP_WAITFORFINISH()
 Helper macro to call mcuxClPkc_WaitForFinish with flow protection.
 
#define MCUXCLPKC_FP_WAITFORREADY()
 Helper macro to call mcuxClPkc_WaitForReady with flow protection.
 

Functions

void mcuxClPkc_WaitForFinish (void)
 Wait until PKC finishes calculations.
 
void mcuxClPkc_WaitForReady (void)
 Wait until PKC is ready to accept new calculation.
 

Detailed Description

mcuxClPkc functions for waiting PKC computation

Macro Definition Documentation

◆ MCUXCLPKC_FP_WAITFORFINISH

#define MCUXCLPKC_FP_WAITFORFINISH ( )

Helper macro to call mcuxClPkc_WaitForFinish with flow protection.

◆ MCUXCLPKC_FP_WAITFORREADY

#define MCUXCLPKC_FP_WAITFORREADY ( )

Helper macro to call mcuxClPkc_WaitForReady with flow protection.

Function Documentation

◆ mcuxClPkc_WaitForFinish()

void mcuxClPkc_WaitForFinish ( void  )

Wait until PKC finishes calculations.

This function waits until PKC finishes on-going and pending calculations (if there is any). When returning to caller, PKC is in idle state, and result in PKC workarea is ready.

◆ mcuxClPkc_WaitForReady()

void mcuxClPkc_WaitForReady ( void  )

Wait until PKC is ready to accept new calculation.

This function waits until PKC is ready to accept next calculation (i.e., no pending calculation).