Searched refs:performance_mode_requirement (Results 1 – 1 of 1) sorted by relevance
51 static uint8_t performance_mode_requirement = 0; variable76 EFM_ASSERT(!((performance_mode_requirement == UINT8_MAX) && (add == true))); in sli_power_manager_update_execution_mode_requirement()78 EFM_ASSERT(!((performance_mode_requirement == 0) && (add == false))); in sli_power_manager_update_execution_mode_requirement()81 performance_mode_requirement += (add) ? 1 : -1; in sli_power_manager_update_execution_mode_requirement()85 if (performance_mode_requirement == 1) { in sli_power_manager_update_execution_mode_requirement()87 } else if (performance_mode_requirement == 0) { in sli_power_manager_update_execution_mode_requirement()117 …if ((performance_mode_requirement >= 1) && (current_sysclk_source_clock != SL_OSCILLATOR_SOCPLL)) { in sli_power_manager_implement_execution_mode_on_wakeup()120 } else if (performance_mode_requirement == 0) { in sli_power_manager_implement_execution_mode_on_wakeup()139 …if ((performance_mode_requirement >= 1) && (current_sysclk_source_clock != SL_OSCILLATOR_SOCPLL)) { in sli_clock_manager_notify_hfxo_ready()