Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.c37 static uint32_t slot_index; variable
105 slot_index = 0; in slot_index_defrag()
109 s->idx = ++slot_index; in slot_index_defrag()
142 if (slot_index == UINT32_MAX) { in bt_mesh_dfu_slot_reserve()
149 slot->idx = ++slot_index; in bt_mesh_dfu_slot_reserve()
367 if (slots[idx].idx >= slot_index) { in slot_data_load()
368 slot_index = slots[idx].idx + 1; in slot_data_load()
/Zephyr-latest/drivers/adc/
Dadc_ambiq.c153 uint8_t slot_index; in adc_ambiq_start_read() local
179 for (slot_index = 0; slot_index < active_channels; slot_index++) { in adc_ambiq_start_read()
181 error = adc_ambiq_slot_config(dev, sequence, channel_id, slot_index); in adc_ambiq_start_read()