Implementation of the SMIF Deep Sleep callback.
Data Structures | |
| struct | mtb_syspm_smif_deepsleep_context_t |
| Context Reference Structure for SMIF peripheral in case of DeepSleep. More... | |
Functions | |
| cy_en_syspm_status_t | mtb_syspm_smif_deepsleep_callback (cy_stc_syspm_callback_params_t *params, cy_en_syspm_callback_mode_t mode) |
| Deepsleep callback for SMIF IP. More... | |
| struct mtb_syspm_smif_deepsleep_context_t |
| Data Fields | ||
|---|---|---|
| cy_stc_smif_context_t * | smif_context | Context of the SMIF IP. |
| uint32_t | smif_crypto_input1 | Content of SMIF_CRYPTO_INPUT1 register. |
| uint32_t | smif_crypto_input2 | Content of SMIF_CRYPTO_INPUT2 register. |
| uint32_t | smif_crypto_input3 | Content of SMIF_CRYPTO_INPUT3 register. |
| cy_en_syspm_status_t mtb_syspm_smif_deepsleep_callback | ( | cy_stc_syspm_callback_params_t * | params, |
| cy_en_syspm_callback_mode_t | mode | ||
| ) |
Deepsleep callback for SMIF IP.
| [in] | params | The param structure for the callback for which the context element should be of type mtb_syspm_smif_deepsleep_context_t |
| [in] | mode | The callback mode |