Home
last modified time | relevance | path

Searched refs:expected_id (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/flash/
Dspi_flash_at45.c111 uint8_t const *expected_id = cfg->jedec_id; in check_jedec_id() local
139 if (memcmp(expected_id, read_id, sizeof(read_id)) != 0) { in check_jedec_id()
143 expected_id[0], expected_id[1], expected_id[2]); in check_jedec_id()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c1900 static void test_read_current_track_obj_id_with_expect(uint64_t expected_id) in test_read_current_track_obj_id_with_expect() argument
1904 if (g_current_track_object_id != expected_id) { in test_read_current_track_obj_id_with_expect()
2016 static void test_read_next_track_obj_id_with_expect(uint64_t expected_id) in test_read_next_track_obj_id_with_expect() argument
2020 if (g_next_track_object_id != expected_id) { in test_read_next_track_obj_id_with_expect()
2178 static void test_read_current_group_obj_id_with_expect(uint64_t expected_id) in test_read_current_group_obj_id_with_expect() argument
2182 if (g_current_group_object_id != expected_id) { in test_read_current_group_obj_id_with_expect()