PSoC 4 Peripheral Driver Library - Alpha

General Description

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.

Macros

#define CY_SYSPM_SKIP_CHECK_READY   (0x01U)
 Define to skip check ready mode in the syspm callback.
 
#define CY_SYSPM_SKIP_CHECK_FAIL   (0x02U)
 Define to skip check fail mode in the syspm callback.
 
#define CY_SYSPM_SKIP_BEFORE_TRANSITION   (0x04U)
 Define to skip before transition mode in the syspm callback.
 
#define CY_SYSPM_SKIP_AFTER_TRANSITION   (0x08U)
 Define to skip after transition mode in the syspm callback.