mcuxClPkc functions for waiting PKC computation More...
Macros | |
| #define | MCUXCLPKC_FP_WAITFORFINISH() |
| Helper macro to call mcuxClPkc_WaitForFinish with flow protection. More... | |
| #define | MCUXCLPKC_FP_WAITFORREADY() |
| Helper macro to call mcuxClPkc_WaitForReady with flow protection. More... | |
Functions | |
| mcuxClPkc_Status_Protected_t | mcuxClPkc_WaitForFinish (void) |
| Wait until PKC finishes calculations. More... | |
| mcuxClPkc_Status_Protected_t | mcuxClPkc_WaitForReady (void) |
| Wait until PKC is ready to accept new calculation. More... | |
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.
| mcuxClPkc_Status_Protected_t 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_STATUS_OK | this function always returns OK. |
| mcuxClPkc_Status_Protected_t 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).
| MCUXCLPKC_STATUS_OK | this function always returns OK. |