NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
flash_reg.h
Go to the documentation of this file.
1
17
18#ifndef CORTEX_M4_FLASH_H
19#define CORTEX_M4_FLASH_H
20
21#define FLASH_INTERFACE_REGISTER 0x40023C00
22#define FLASH_ACR_LATENCY_BIT 0
23
24#endif // !CORTEX_M4_FLASH_H