Macros
Collaboration diagram for Prefetch_Buffer_Enable_Disable:

Macros

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

Detailed Description

Macro Definition 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:
(((STATE) == FLASH_PrefetchBuffer_Enable) || \
#define FLASH_PrefetchBuffer_Enable
#define FLASH_PrefetchBuffer_Disable

Definition at line 99 of file stm32f10x_flash.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56