bsp_fsmc_nandflash.h 148 B

12345678
  1. #ifndef BSP_FSMC_NANDFLASH_H
  2. #define BSP_FSMC_NANDFLASH_H
  3. #include "main.h"
  4. void MX_FSMC_NANDFLASH_Init(void);
  5. uint32_t NAND_ReadID(void);
  6. #endif