|
STM32F103xB HAL User Manual
|
macros to handle FLASH half cycle More...
Defines | |
| #define | __HAL_FLASH_HALF_CYCLE_ACCESS_ENABLE() (FLASH->ACR |= FLASH_ACR_HLFCYA) |
| Enable the FLASH half cycle access. | |
| #define | __HAL_FLASH_HALF_CYCLE_ACCESS_DISABLE() (FLASH->ACR &= (~FLASH_ACR_HLFCYA)) |
| Disable the FLASH half cycle access. | |
macros to handle FLASH half cycle
| #define __HAL_FLASH_HALF_CYCLE_ACCESS_DISABLE | ( | ) | (FLASH->ACR &= (~FLASH_ACR_HLFCYA)) |
Disable the FLASH half cycle access.
| None |
Definition at line 190 of file stm32f1xx_hal_flash.h.
| #define __HAL_FLASH_HALF_CYCLE_ACCESS_ENABLE | ( | ) | (FLASH->ACR |= FLASH_ACR_HLFCYA) |
Enable the FLASH half cycle access.
| None |
Definition at line 182 of file stm32f1xx_hal_flash.h.
1.7.6.1