Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-3.5.0/gecko/service/power_manager/src/
Dsl_power_manager.c754 sl_power_manager_em_transition_event_t transition = 0; in power_manager_notify_em_transition() local
758 transition = SL_POWER_MANAGER_EVENT_TRANSITION_ENTERING_EM0; in power_manager_notify_em_transition()
762 transition = SL_POWER_MANAGER_EVENT_TRANSITION_ENTERING_EM1; in power_manager_notify_em_transition()
766 transition = SL_POWER_MANAGER_EVENT_TRANSITION_ENTERING_EM2; in power_manager_notify_em_transition()
770 transition = SL_POWER_MANAGER_EVENT_TRANSITION_ENTERING_EM3; in power_manager_notify_em_transition()
779 transition |= SL_POWER_MANAGER_EVENT_TRANSITION_LEAVING_EM0; in power_manager_notify_em_transition()
783 transition |= SL_POWER_MANAGER_EVENT_TRANSITION_LEAVING_EM1; in power_manager_notify_em_transition()
787 transition |= SL_POWER_MANAGER_EVENT_TRANSITION_LEAVING_EM2; in power_manager_notify_em_transition()
791 transition |= SL_POWER_MANAGER_EVENT_TRANSITION_LEAVING_EM3; in power_manager_notify_em_transition()
799 if ((handle->info->event_mask & transition) > 0) { in power_manager_notify_em_transition()