STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | FLASH_PrefetchBuffer_Enable ((uint32_t)0x00000010) |
#define | FLASH_PrefetchBuffer_Disable ((uint32_t)0x00000000) |
#define | IS_FLASH_PREFETCHBUFFER_STATE(STATE) |
#define FLASH_PrefetchBuffer_Disable ((uint32_t)0x00000000) |
FLASH Prefetch Buffer Disable
Definition at line 98 of file stm32f10x_flash.h.
#define FLASH_PrefetchBuffer_Enable ((uint32_t)0x00000010) |
FLASH Prefetch Buffer Enable
Definition at line 97 of file stm32f10x_flash.h.
#define IS_FLASH_PREFETCHBUFFER_STATE | ( | STATE | ) |
(((STATE) == FLASH_PrefetchBuffer_Enable) || \ ((STATE) == FLASH_PrefetchBuffer_Disable))
Definition at line 99 of file stm32f10x_flash.h.