Searched refs:next_erase_index (Results 1 – 3 of 3) sorted by relevance
295 static uint32_t next_erase_index = BLOCK_SIZE; variable310 next_erase_index = BLOCK_SIZE; in esp_bt_ctrl_log_partition_get_and_erase_first_block()329 esp_partition_erase_range(log_partition, next_erase_index, BLOCK_SIZE); in esp_bt_controller_log_storage()330 next_erase_index = (next_erase_index + BLOCK_SIZE) % MAX_STORAGE_SIZE; in esp_bt_controller_log_storage()381 read_index = next_erase_index; in esp_bt_read_ctrl_log_from_flash()
276 static uint32_t next_erase_index = BLOCK_SIZE; variable291 next_erase_index = BLOCK_SIZE; in esp_bt_ctrl_log_partition_get_and_erase_first_block()309 esp_partition_erase_range(log_partition, next_erase_index, BLOCK_SIZE); in esp_bt_controller_log_storage()310 next_erase_index = (next_erase_index + BLOCK_SIZE) % MAX_STORAGE_SIZE; in esp_bt_controller_log_storage()361 read_index = next_erase_index; in esp_bt_read_ctrl_log_from_flash()
272 static uint32_t next_erase_index = BLOCK_SIZE; variable287 next_erase_index = BLOCK_SIZE; in esp_bt_ctrl_log_partition_get_and_erase_first_block()305 esp_partition_erase_range(log_partition, next_erase_index, BLOCK_SIZE); in esp_bt_controller_log_storage()306 next_erase_index = (next_erase_index + BLOCK_SIZE) % MAX_STORAGE_SIZE; in esp_bt_controller_log_storage()357 read_index = next_erase_index; in esp_bt_read_ctrl_log_from_flash()