STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups

Macros

#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)
 

Detailed Description

Macro Definition Documentation

#define FLASH_Latency_0   ((uint32_t)0x00000000)

FLASH Zero Latency cycle

#define FLASH_Latency_1   ((uint32_t)0x00000001)

FLASH One Latency cycle

#define FLASH_Latency_2   ((uint32_t)0x00000002)

FLASH Two Latency cycles

#define IS_FLASH_LATENCY (   LATENCY)
Value:
(((LATENCY) == FLASH_Latency_0) || \
((LATENCY) == FLASH_Latency_1) || \
((LATENCY) == FLASH_Latency_2))