Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/boards/intel_adsp/ssp/src/
Dmain.c190 int start_index; in check_transmission() local
230 start_index = i; in check_transmission()
240 TC_PRINT("pattern found in rx buffer an index %d value %x\n", start_index, in check_transmission()
241 buffer[start_index]); in check_transmission()
244 TC_PRINT("tx 0x%08x rx 0x%08x\n", buffer[start_index + i], sine_buf[i]); in check_transmission()
245 if (buffer[start_index + i] != sine_buf[i]) { in check_transmission()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c296 static int read_presets_req(struct bt_has_client *inst, uint8_t start_index, uint8_t num_presets) in read_presets_req() argument
303 LOG_DBG("conn %p start_index 0x%02x num_presets %d", (void *)inst->conn, start_index, in read_presets_req()
309 req->start_index = start_index; in read_presets_req()
879 int bt_has_client_presets_read(struct bt_has *has, uint8_t start_index, uint8_t count) in bt_has_client_presets_read() argument
884 LOG_DBG("conn %p start_index 0x%02x count %d", (void *)inst->conn, start_index, count); in bt_has_client_presets_read()
895 CHECKIF(start_index == BT_HAS_PRESET_INDEX_NONE) { in bt_has_client_presets_read()
903 err = read_presets_req(inst, start_index, count); in bt_has_client_presets_read()
Dhas_internal.h75 uint8_t start_index; member
Dhas.c570 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() argument
576 if (preset->index < start_index) { in preset_foreach()
990 preset_foreach(client->read_presets_req.start_index, BT_HAS_PRESET_INDEX_LAST, in read_preset_response()
1015 client->read_presets_req.start_index = preset->index + 1; in read_preset_response()
1186 LOG_DBG("start_index %d num_presets %d", req->start_index, req->num_presets); in handle_read_preset_req()
1189 preset_foreach(req->start_index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in handle_read_preset_req()
1201 client->read_presets_req.start_index = req->start_index; in handle_read_preset_req()
1636 uint8_t start_index, end_index; in bt_has_preset_foreach() local
1643 start_index = BT_HAS_PRESET_INDEX_FIRST; in bt_has_preset_foreach()
1646 start_index = end_index = index; in bt_has_preset_foreach()
[all …]
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py754 start_index = i * (3 * 4)
756 desc = data[start_index:end_index]