|
| void | vsf_espidf_esp_flash_init (vk_mal_t *root_mal) |
| |
| esp_err_t | esp_flash_init (esp_flash_t *chip) |
| |
| esp_err_t | esp_flash_init_os_functions (esp_flash_t *chip, int host_id, int *out_attached_id) |
| |
| esp_err_t | esp_flash_deinit_os_functions (esp_flash_t *chip) |
| |
| esp_err_t | esp_flash_read_id (esp_flash_t *chip, uint32_t *out_id) |
| |
| esp_err_t | esp_flash_get_size (esp_flash_t *chip, uint32_t *out_size) |
| |
| esp_err_t | esp_flash_get_physical_size (esp_flash_t *chip, uint32_t *out_size) |
| |
| esp_err_t | esp_flash_read (esp_flash_t *chip, void *buffer, uint32_t address, uint32_t length) |
| |
| esp_err_t | esp_flash_write (esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) |
| |
| esp_err_t | esp_flash_erase_region (esp_flash_t *chip, uint32_t start, uint32_t len) |
| |
| esp_err_t | esp_flash_erase_chip (esp_flash_t *chip) |
| |
| esp_err_t | esp_flash_read_encrypted (esp_flash_t *chip, uint32_t address, void *out_buffer, uint32_t length) |
| |
| esp_err_t | esp_flash_write_encrypted (esp_flash_t *chip, uint32_t address, const void *buffer, uint32_t length) |
| |