aboutsummaryrefslogtreecommitdiff
path: root/include/stm-fmc.h
blob: cf9b77ee9edd010c07af92e8af0b1e61e2e1e18e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//------------------------------------------------------------------------------
// stm-fmc.h
//------------------------------------------------------------------------------

#include <stdint.h>

//------------------------------------------------------------------------------
// Prototypes
//------------------------------------------------------------------------------
void fmc_init(void);

int fmc_write_32(uint32_t addr, uint32_t *data);
int fmc_read_32(uint32_t addr, uint32_t *data);


//------------------------------------------------------------------------------
// EOF
//------------------------------------------------------------------------------