STM32F10x Standard Peripherals Library  3.5.0
Prefetch_Buffer_Enable_Disable

Defines

#define FLASH_PrefetchBuffer_Enable   ((uint32_t)0x00000010)
#define FLASH_PrefetchBuffer_Disable   ((uint32_t)0x00000000)
#define IS_FLASH_PREFETCHBUFFER_STATE(STATE)

Define Documentation

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

Definition at line 99 of file stm32f10x_flash.h.