PSOC E8XXGP Device Support Library
Low Power Callbacks

General Description

Functions

cy_en_syspm_status_t Cy_I3C_DeepSleepCallback (cy_stc_syspm_callback_params_t *callbackParams, cy_en_syspm_callback_mode_t mode)
 This function handles transition of I3C controller into and out of deep sleep mode. More...
 
cy_en_syspm_status_t Cy_I3C_HibernateCallback (cy_stc_syspm_callback_params_t *callbackParams, cy_en_syspm_callback_mode_t mode)
 This function handles transition of I3C controller into hibernate mode. More...
 

Function Documentation

◆ Cy_I3C_DeepSleepCallback()

cy_en_syspm_status_t Cy_I3C_DeepSleepCallback ( cy_stc_syspm_callback_params_t callbackParams,
cy_en_syspm_callback_mode_t  mode 
)

This function handles transition of I3C controller into and out of deep sleep mode.

Parameters
callbackParamsThe pointer to the callback parameters structure cy_stc_syspm_callback_params_t.
modeCallback mode, see cy_en_syspm_callback_mode_t
Returns
cy_en_syspm_status_t

◆ Cy_I3C_HibernateCallback()

cy_en_syspm_status_t Cy_I3C_HibernateCallback ( cy_stc_syspm_callback_params_t callbackParams,
cy_en_syspm_callback_mode_t  mode 
)

This function handles transition of I3C controller into hibernate mode.

Parameters
callbackParamsThe pointer to the callback parameters structure cy_stc_syspm_callback_params_t.
modeCallback mode, see cy_en_syspm_callback_mode_t
Returns
cy_en_syspm_status_t