DIY Logging Volt/Ampmeter
|
macros to handle FLASH Prefetch buffer More...
Macros | |
#define | __HAL_FLASH_PREFETCH_BUFFER_ENABLE() (FLASH->ACR |= FLASH_ACR_PRFTBE) |
Enable the FLASH prefetch buffer. More... | |
#define | __HAL_FLASH_PREFETCH_BUFFER_DISABLE() (FLASH->ACR &= (~FLASH_ACR_PRFTBE)) |
Disable the FLASH prefetch buffer. More... | |
macros to handle FLASH Prefetch buffer
#define __HAL_FLASH_PREFETCH_BUFFER_DISABLE | ( | ) | (FLASH->ACR &= (~FLASH_ACR_PRFTBE)) |
Disable the FLASH prefetch buffer.
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.
None |
Definition at line 231 of file stm32f1xx_hal_flash.h.