Hardware Abstraction Layer (HAL)
mtb_hal_syspm_callback_data_t Struct Reference

Description

SysPm callback data object.

Application code should not rely on the specific contents of this struct. They are considered an implementation detail which is subject to change between platforms and/or HAL releases.

Data Fields

cy_stc_syspm_callback_t pdl_cb
 PDL callback structure.
 
cy_stc_syspm_callback_params_t cb_params
 Callback parameters.
 
uint32_t state
 Callback state (mtb_hal_syspm_callback_state_t)
 
void * user_arg
 User argument.
 

Field Documentation

◆ pdl_cb

cy_stc_syspm_callback_t mtb_hal_syspm_callback_data_t::pdl_cb

PDL callback structure.

◆ cb_params

cy_stc_syspm_callback_params_t mtb_hal_syspm_callback_data_t::cb_params

Callback parameters.

◆ state

uint32_t mtb_hal_syspm_callback_data_t::state

Callback state (mtb_hal_syspm_callback_state_t)

◆ user_arg

void* mtb_hal_syspm_callback_data_t::user_arg

User argument.