Searched refs:g_aics_mode (Results 1 – 4 of 4) sorted by relevance
35 static volatile uint8_t g_aics_mode; variable54 g_aics_mode = mode; in aics_state_cb()309 WAIT_FOR_COND(g_aics_mode == expected_mode && g_cb && g_write_complete); in test_aics()320 WAIT_FOR_COND(g_aics_mode == expected_mode && g_cb && g_write_complete); in test_aics()
36 static volatile uint8_t g_aics_mode; variable66 g_aics_mode = mode; in aics_state_cb()242 WAIT_FOR_COND(g_cb && expected_mode == g_aics_mode); in test_aics_server_only()253 WAIT_FOR_COND(g_cb && expected_mode == g_aics_mode); in test_aics_server_only()
40 static volatile uint8_t g_aics_mode; variable139 g_aics_mode = mode; in aics_state_cb()474 WAIT_FOR_COND(g_write_complete && expected_mode == g_aics_mode); in test_aics_automatic_gain_set()500 WAIT_FOR_COND(g_write_complete && expected_mode == g_aics_mode); in test_aics_manual_gain_set()
49 static volatile uint8_t g_aics_mode; variable126 g_aics_mode = mode; in aics_state_cb()444 WAIT_FOR_COND(expected_mode == g_aics_mode); in test_aics_automatic_gain_set()469 WAIT_FOR_COND(expected_mode == g_aics_mode); in test_aics_manual_gain_set()