libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Flash memory access latency. More...
Macros | |
#define | FLASH_ACR_LATENCY_0WS 0x00 |
#define | FLASH_ACR_LATENCY_1WS 0x01 |
#define | FLASH_ACR_LATENCY_2WS 0x02 |
Flash memory access latency.
flash HCLK max freq for 0ws is 24mhz (range 1 voltage) / 8mhz (range 0), 48mhz/16mhz for 1ws and 64mhz for 2ws.
#define FLASH_ACR_LATENCY_0WS 0x00 |
Definition at line 72 of file g0/flash.h.
#define FLASH_ACR_LATENCY_1WS 0x01 |
Definition at line 73 of file g0/flash.h.
#define FLASH_ACR_LATENCY_2WS 0x02 |
Definition at line 74 of file g0/flash.h.