This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
CMS3in1/2.Blade/1.Software/STM32/Drivers/SYSTEM/fsmc/fsmc.h

13 lines
279 B
C
Raw Permalink Normal View History

#ifndef __FSMC_H__
#define __FSMC_H__
#include "./SYSTEM/sys/sys.h"
extern SRAM_HandleTypeDef hsram1;
extern SRAM_HandleTypeDef hsram2;
void MX_FSMC_Init(void);
void HAL_SRAM_MspInit(SRAM_HandleTypeDef* hsram);
void HAL_SRAM_MspDeInit(SRAM_HandleTypeDef* hsram);
#endif // !1