mcuxClPkc functions of PKC initialization and deinitialization
More...
mcuxClPkc functions of PKC initialization and deinitialization
◆ MCUXCLPKC_FP_INITIALIZE
#define MCUXCLPKC_FP_INITIALIZE |
( |
|
pState | ) |
|
◆ MCUXCLPKC_FP_DEINITIALIZE
#define MCUXCLPKC_FP_DEINITIALIZE |
( |
|
pState | ) |
|
◆ mcuxClPkc_Initialize()
initialize PKC hardware
This function initializes PKC hardware, and optionally backup the original PKC configuration (except STOP bit).
- Parameters
-
[out] | pState | pointer to PKC state backup structure. If it's not a NULL pointer, PKC state before initialization will be stored in this structure. |
- Returns
- A flow-protected status code (see Flow Protection API).
- Return values
-
◆ mcuxClPkc_Deinitialize()
deinitialize PKC hardware
This function deinitializes PKC hardware, and optionally restore PKC configuration (except STOP bit).
- Parameters
-
[in] | pState | pointer to PKC state backup structure. If it's not a NULL pointer, PKC state will be restored from this structure. |
- Returns
- A flow-protected status code (see Flow Protection API).
- Return values
-