STM32F103xB HAL User Manual
Defines
FLASH Prefetch
FLASH Exported Macros

macros to handle FLASH Prefetch buffer More...

Defines

#define __HAL_FLASH_PREFETCH_BUFFER_ENABLE()   (FLASH->ACR |= FLASH_ACR_PRFTBE)
 Enable the FLASH prefetch buffer.
#define __HAL_FLASH_PREFETCH_BUFFER_DISABLE()   (FLASH->ACR &= (~FLASH_ACR_PRFTBE))
 Disable the FLASH prefetch buffer.

Detailed Description

macros to handle FLASH Prefetch buffer


Define Documentation

#define __HAL_FLASH_PREFETCH_BUFFER_DISABLE ( )    (FLASH->ACR &= (~FLASH_ACR_PRFTBE))

Disable the FLASH prefetch buffer.

Return values:
None

Definition at line 237 of file stm32f1xx_hal_flash.h.

#define __HAL_FLASH_PREFETCH_BUFFER_ENABLE ( )    (FLASH->ACR |= FLASH_ACR_PRFTBE)

Enable the FLASH prefetch buffer.

Return values:
None

Definition at line 231 of file stm32f1xx_hal_flash.h.

Referenced by HAL_Init().