drv_spiflash.h 399 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2018 Shanghai Eastsoft Microelectronics Co., Ltd.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2019-02-15 wangyq the first version
  9. * 2021-04-20 liuhy the second version
  10. */
  11. #ifndef DRV_NOR_FLASH_H__
  12. #define DRV_NOR_FLASH_H__
  13. #include "es_conf_info_spi.h"
  14. int rt_hw_spi_flash_init(void);
  15. #endif