Searched defs:start_index (Results 1 – 5 of 5) sorted by relevance
/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() 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()
|
/Zephyr-latest/tests/boards/intel_adsp/ssp/src/ |
D | main.c | 190 int start_index; in check_transmission() local
|
/Zephyr-latest/subsys/bluetooth/audio/ |
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() 879 int bt_has_client_presets_read(struct bt_has *has, uint8_t start_index, uint8_t count) in bt_has_client_presets_read()
|
D | has_internal.h | 75 uint8_t start_index; member
|
D | has.c | 569 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() 1634 uint8_t start_index, end_index; in bt_has_preset_foreach() local
|