PSOC E8XXGP Device Support Library

General Description

Enumerations

enum  cy_syspm_srf_op_id_t {
  CY_PDL_SYSPM_OP_CPUENTERSLEEP ,
  CY_PDL_SYSPM_OP_CPUENTERDEEPSLEEP ,
  CY_PDL_SYSPM_OP_SYSTEMENTERHIBERNATE ,
  CY_PDL_SYSPM_OP_GETPROGRAMMEDPWRMODE ,
  CY_PDL_SYSPM_OP_SETPWRMODE ,
  CY_PDL_SYSPM_OP_ISLPMREADY ,
  CY_PDL_SYSPM_OP_SYSENABLECM55 ,
  CY_PDL_SYSPM_OP_SYSRESETCM55 ,
  CY_PDL_SYSPM_OP_SYSDISABLECM55 ,
  CY_PDL_SYSPM_OP_MAX
}
 SYSPM Secure Operation IDs. More...
 

Enumeration Type Documentation

◆ cy_syspm_srf_op_id_t

SYSPM Secure Operation IDs.

Enumerator
CY_PDL_SYSPM_OP_CPUENTERSLEEP 

Cy_SYSPM_CpuEnterSleep.

CY_PDL_SYSPM_OP_CPUENTERDEEPSLEEP 

Cy_SYSPM_CpuEnterDeepSleep.

CY_PDL_SYSPM_OP_SYSTEMENTERHIBERNATE 

Cy_SYSPM_SystemEnterHibernate.

CY_PDL_SYSPM_OP_GETPROGRAMMEDPWRMODE 

Cy_SYSPM_GetProgrammedPwrMode.

CY_PDL_SYSPM_OP_SETPWRMODE 

Cy_SYSPM_SetPwrMode.

CY_PDL_SYSPM_OP_ISLPMREADY 

Cy_SYSPM_IsLpmReady.

CY_PDL_SYSPM_OP_SYSENABLECM55 

Cy_SYSPM_SysEnableCM55.

CY_PDL_SYSPM_OP_SYSRESETCM55 

Cy_SYSPM_SysResetCM55.

CY_PDL_SYSPM_OP_SYSDISABLECM55 

Cy_SYSPM_SysDisableCM55.

CY_PDL_SYSPM_OP_MAX 

Maximum operation ID for bounds checking.