Searched refs:g_user_press (Results 1 – 1 of 1) sorted by relevance
15 static uint8_t g_user_press = 0; variable37 if (g_user_press && time_elapsed_ms_since(config_press_start_timestamp) > in awss_update_config_press()55 g_user_press = 0; in awss_success_notify()155 g_user_press = 0; in awss_stop()164 if (g_user_press) { in awss_press_timeout()167 g_user_press = 0; in awss_press_timeout()174 g_user_press = 1; in awss_config_press()182 return g_user_press; in awss_get_config_press()
Completed in 2 milliseconds