Structure representing power state transition event information.

Public Attributes#

Mask of the transitions on which the callback should be called.

Function that must be called when the event occurs.

Public Attribute Documentation#

event_mask#

const sl_power_manager_ps_transition_event_t sl_power_manager_ps_transition_event_info_t::event_mask

Mask of the transitions on which the callback should be called.


on_event#

const sl_power_manager_ps_transition_on_event_t sl_power_manager_ps_transition_event_info_t::on_event

Function that must be called when the event occurs.