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. | |
mcuxClPkc functions for waiting PKC computation
#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.
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.
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).