MTB CAT1 Peripheral driver library

General Description

Data Structures

struct  cy_stc_syspm_callback_params_t
 The structure contains syspm callback parameters. More...
 
struct  cy_stc_syspm_callback_t
 Structure with syspm callback configuration elements. More...
 
struct  cy_stc_syspm_backup_regs_t
 This internal structure stores non-retained registers in the system Deep Sleep power mode. More...
 
struct  cy_stc_syspm_retldo_params_t
 The structure contains syspm RETLDO configuration parameters. More...
 
struct  cy_stc_syspm_sramldo_params_t
 The structure contains syspm SRAMLDO configuration parameters. More...
 
struct  cy_stc_syspm_miscldo_params_t
 The structure contains syspm MISCLDO configuration parameters. More...
 
struct  cy_stc_syspm_warmboot_entrypoint_t
 The structure contains warmboot entry point struct used during DEEPSLEEP-RAM entry. More...
 
struct  cy_stc_syspm_core_buck_params_t
 The structure contains syspm core buck configuration parameters. More...
 
struct  cy_stc_syspm_sdr_params_t
 The structure contains syspm SDR0/SDR1(Step Down Regulator) LDO configuration parameters. More...
 
struct  cy_stc_syspm_hvldo_params_t
 The structure contains syspm HVLDO configuration parameters. More...
 
struct  cy_stc_syspm_extraReq_params_t
 The structure contains syspm Extra Requestor configuration parameters. More...
 

Typedefs

typedef cy_en_syspm_status_t(* Cy_SysPmCallback) (cy_stc_syspm_callback_params_t *callbackParams, cy_en_syspm_callback_mode_t mode)
 The type for syspm callbacks.