Struct representing energy mode 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_em_transition_event_t sl_power_manager_em_transition_event_info_t::event_mask

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


Definition at line 264 of file platform/service/power_manager/inc/sl_power_manager.h

on_event#

const sl_power_manager_em_transition_on_event_t sl_power_manager_em_transition_event_info_t::on_event

Function that must be called when the event occurs.


Definition at line 265 of file platform/service/power_manager/inc/sl_power_manager.h