13 lines
276 B
C
13 lines
276 B
C
![]() |
#ifndef __FSMC_H__
|
||
|
#define __FSMC_H__
|
||
|
|
||
|
#include "stm32f4xx_hal.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
|