Searched refs:test_preset_index_1 (Results 1 – 2 of 2) sorted by relevance
34 extern const uint8_t test_preset_index_1;92 if (record->index == test_preset_index_1) { in preset_read_rsp_cb()108 if (record->index == test_preset_index_1) { in preset_update_cb()232 if (!test_preset_switch(test_preset_index_1)) { in test_main()233 FAIL("Failed to switch preset %d\n", test_preset_index_1); in test_main()242 if (!test_preset_next(test_preset_index_1)) { in test_main()243 FAIL("Failed to set next preset %d\n", test_preset_index_1); in test_main()252 if (!test_preset_next(test_preset_index_1)) { in test_main()253 FAIL("Failed to set next preset %d\n", test_preset_index_1); in test_main()262 if (!test_preset_prev(test_preset_index_1)) { in test_main()[all …]
25 const uint8_t test_preset_index_1 = 0x01; variable101 preset_param.index = test_preset_index_1; in test_common()