Searched refs:mmap_handle (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 355 esp_partition_mmap_handle_t mmap_handle; in esp_bt_read_ctrl_log_from_flash() local 365 …ition_mmap(log_partition, 0, MAX_STORAGE_SIZE, ESP_PARTITION_MMAP_DATA, &mapped_ptr, &mmap_handle); in esp_bt_read_ctrl_log_from_flash() 399 esp_partition_munmap(mmap_handle); in esp_bt_read_ctrl_log_from_flash()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 335 esp_partition_mmap_handle_t mmap_handle; in esp_bt_read_ctrl_log_from_flash() local 345 …ition_mmap(log_partition, 0, MAX_STORAGE_SIZE, ESP_PARTITION_MMAP_DATA, &mapped_ptr, &mmap_handle); in esp_bt_read_ctrl_log_from_flash() 381 esp_partition_munmap(mmap_handle); in esp_bt_read_ctrl_log_from_flash()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 331 esp_partition_mmap_handle_t mmap_handle; in esp_bt_read_ctrl_log_from_flash() local 341 …ition_mmap(log_partition, 0, MAX_STORAGE_SIZE, ESP_PARTITION_MMAP_DATA, &mapped_ptr, &mmap_handle); in esp_bt_read_ctrl_log_from_flash() 377 esp_partition_munmap(mmap_handle); in esp_bt_read_ctrl_log_from_flash()
|