Home
last modified time | relevance | path

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

/btstack/platform/embedded/
H A Dbtstack_tlv_flash_bank.c333 uint32_t bytes_this_iteration = btstack_min(bytes_to_copy, sizeof(copy_buffer)); in btstack_tlv_flash_bank_migrate() local
334 …tstack_tlv_flash_bank_read(self, self->current_bank, tag_index, copy_buffer, bytes_this_iteration); in btstack_tlv_flash_bank_migrate()
335 … btstack_tlv_flash_bank_write(self, next_bank, write_offset, copy_buffer, bytes_this_iteration); in btstack_tlv_flash_bank_migrate()
336 tag_index += bytes_this_iteration; in btstack_tlv_flash_bank_migrate()
337 write_offset += bytes_this_iteration; in btstack_tlv_flash_bank_migrate()
338 bytes_to_copy -= bytes_this_iteration; in btstack_tlv_flash_bank_migrate()