8#ifndef DRIVERS_ESP32_PARTITION_FLASH_DRIVER_H_
9#define DRIVERS_ESP32_PARTITION_FLASH_DRIVER_H_
15#ifdef UBI_SDK_FAMILY_ESP32
17#include "esp_partition.h"
26 esp_partition_t* partition;
27 void (*clear_partition)(
void* memory_driver);
28 esp_partition_t* App_partition;
33 }partition_flash_driver_struct;
35void init_partition_flash_driver(partition_flash_driver_struct** memory_driver);
void(* read_data_t)(void *memory_driver, uint32_t Address, uint8_t *readBuffer, uint32_t len, memory_driver_status_enum *status)
Definition base_memory_driver.h:65
memory_driver_status_enum
Definition base_memory_driver.h:16
Definition base_memory_driver.h:70