Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c417 if ((current_performance_profile != HIGH_PERFORMANCE)) {
430 if (current_performance_profile != HIGH_PERFORMANCE) {
444 if (current_performance_profile != HIGH_PERFORMANCE) {
492 current_performance_profile = current_power_profile_mode.profile;
494 if (current_performance_profile != HIGH_PERFORMANCE) {
667 current_performance_profile = HIGH_PERFORMANCE;
1000 current_performance_profile = HIGH_PERFORMANCE;
1508 if ((current_performance_profile != HIGH_PERFORMANCE) && (si91x_req_wakeup() != SL_STATUS_OK)) {
1514 if (current_performance_profile != HIGH_PERFORMANCE) {
1572 if (current_performance_profile != HIGH_PERFORMANCE) {
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_rsi_utility.h90 extern sl_si91x_performance_profile_t current_performance_profile;
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c205 sl_si91x_performance_profile_t current_performance_profile = HIGH_PERFORMANCE; variable