Defines to skip the callbacks modes¶
-
group
group_syspm_skip_callback_modes
Defines for the SysPm callbacks modes that can be skipped during execution.
For more information about callbacks modes, refer to cy_en_syspm_callback_mode_t.
Defines
-
CY_SYSPM_SKIP_CHECK_READY
Define to skip check ready mode in the syspm callback.
-
CY_SYSPM_SKIP_CHECK_FAIL
Define to skip check fail mode in the syspm callback.
-
CY_SYSPM_SKIP_BEFORE_TRANSITION
Define to skip before transition mode in the syspm callback.
-
CY_SYSPM_SKIP_AFTER_TRANSITION
Define to skip after transition mode in the syspm callback.
-