STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | FLASH_Latency_0 ((uint32_t)0x00000000) |
#define | FLASH_Latency_1 ((uint32_t)0x00000001) |
#define | FLASH_Latency_2 ((uint32_t)0x00000002) |
#define | IS_FLASH_LATENCY(LATENCY) |
#define FLASH_Latency_0 ((uint32_t)0x00000000) |
FLASH Zero Latency cycle
Definition at line 71 of file stm32f10x_flash.h.
#define FLASH_Latency_1 ((uint32_t)0x00000001) |
FLASH One Latency cycle
Definition at line 72 of file stm32f10x_flash.h.
#define FLASH_Latency_2 ((uint32_t)0x00000002) |
FLASH Two Latency cycles
Definition at line 73 of file stm32f10x_flash.h.
#define IS_FLASH_LATENCY | ( | LATENCY | ) |
(((LATENCY) == FLASH_Latency_0) || \ ((LATENCY) == FLASH_Latency_1) || \ ((LATENCY) == FLASH_Latency_2))
Definition at line 74 of file stm32f10x_flash.h.