Searched refs:start_index (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/boards/intel_adsp/ssp/src/ |
| D | main.c | 190 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/drivers/spi/ |
| D | spi_context.h | 531 static size_t spi_context_count_tx_buf_lens(struct spi_context *ctx, size_t start_index) in spi_context_count_tx_buf_lens() argument 536 for (n = start_index; n < ctx->tx_count; ++n) { in spi_context_count_tx_buf_lens() 544 static size_t spi_context_count_rx_buf_lens(struct spi_context *ctx, size_t start_index) in spi_context_count_rx_buf_lens() argument 549 for (n = start_index; n < ctx->rx_count; ++n) { in spi_context_count_rx_buf_lens()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | has_internal.h | 75 uint8_t start_index; member
|
| D | has_client.c | 296 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()
|
| D | has.c | 569 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() argument 575 if (preset->index < start_index) { in preset_foreach() 988 preset_foreach(client->read_presets_req.start_index, BT_HAS_PRESET_INDEX_LAST, in read_preset_response() 1013 client->read_presets_req.start_index = preset->index + 1; in read_preset_response() 1184 LOG_DBG("start_index %d num_presets %d", req->start_index, req->num_presets); in handle_read_preset_req() 1187 preset_foreach(req->start_index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in handle_read_preset_req() 1199 client->read_presets_req.start_index = req->start_index; in handle_read_preset_req() 1634 uint8_t start_index, end_index; in bt_has_preset_foreach() local 1641 start_index = BT_HAS_PRESET_INDEX_FIRST; in bt_has_preset_foreach() 1644 start_index = end_index = index; in bt_has_preset_foreach() [all …]
|
| /Zephyr-latest/soc/intel/intel_adsp/tools/ |
| D | cavstool.py | 758 start_index = i * (3 * 4) 760 desc = data[start_index:end_index]
|