PSoC 6 Peripheral Driver Library
cy_stc_syspm_callback_params_t Struct Reference

Description

The structure contains syspm callback parameters.

Data Fields

void * base
 Base address of a HW instance, matches name of the driver in the API for the base address. More...
 
void * context
 Context for the handler function. More...
 

Field Documentation

◆ base

void* cy_stc_syspm_callback_params_t::base

Base address of a HW instance, matches name of the driver in the API for the base address.

Can be undefined if not required. Base address is not required for the SysPm driver as the device has only one set of power modes

◆ context

void* cy_stc_syspm_callback_params_t::context

Context for the handler function.

This item can be skipped if not required. Can be undefined if not required.