Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c295 static uint32_t next_erase_index = BLOCK_SIZE; variable
310 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()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c276 static uint32_t next_erase_index = BLOCK_SIZE; variable
291 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()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c272 static uint32_t next_erase_index = BLOCK_SIZE; variable
287 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()