spi_flash_chip_th.h 265 B

12345678910111213
  1. /*
  2. * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #pragma once
  7. #include <stdint.h>
  8. #include "esp_flash.h"
  9. #include "spi_flash_chip_driver.h"
  10. extern const spi_flash_chip_t esp_flash_chip_th;