ParaLib 2.0.15-master SHA: 2e03d68caa
PARA_Flash_ATSAM.h
Go to the documentation of this file.
1
13//---------------------------------------------------------------------------------
14// Includes
15//---------------------------------------------------------------------------------
16#include "lib/Para/SYS_Type.h"
17#include "lib/Para/PARA_Lib.h"
18
19//---------------------------------------------------------------------------------
20// Defines
21//---------------------------------------------------------------------------------
22
23//---------------------------------------------------------------------------------
24// Global function prototypes
25//---------------------------------------------------------------------------------
26void PARA_FlashInit(void);
27
28//---------------------------------------------------------------------------------
29// Global data
30//---------------------------------------------------------------------------------
31
void PARA_FlashInit(void)
Initialization of parameter flash interface needs to be called before:
Definition: PARA_Flash_ATSAM.c:534