STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups

Macros

#define FLASH_Latency_0   ((uint32_t)0x00000000)
 
#define FLASH_Latency_1   FLASH_ACR_LATENCY
 
#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   FLASH_ACR_LATENCY

FLASH One Latency cycle

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