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... | |
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
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.