您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

42 行
835 B

  1. /*
  2. * Copyright 2013-2016 Freescale Semiconductor, Inc.
  3. * Copyright 2016-2020 NXP
  4. * All rights reserved.
  5. *
  6. * SPDX-License-Identifier: BSD-3-Clause
  7. *
  8. */
  9. #ifndef FSL_FLASH_H
  10. #define FSL_FLASH_H
  11. #include "fsl_ftfx_cache.h"
  12. #include "fsl_ftfx_flash.h"
  13. #if FSL_FEATURE_FLASH_HAS_FLEX_NVM
  14. #include "fsl_ftfx_flexnvm.h"
  15. #endif
  16. /*!
  17. * @addtogroup flash_driver
  18. * @{
  19. */
  20. /*******************************************************************************
  21. * Definitions
  22. ******************************************************************************/
  23. /*******************************************************************************
  24. * API
  25. ******************************************************************************/
  26. #if defined(__cplusplus)
  27. extern "C" {
  28. #endif
  29. #if defined(__cplusplus)
  30. }
  31. #endif
  32. /*! @}*/
  33. #endif /* FSL_FLASH_H */