DIY Logging Volt/Ampmeter
|
macros to handle FLASH half cycle More...
Macros | |
#define | __HAL_FLASH_HALF_CYCLE_ACCESS_ENABLE() (FLASH->ACR |= FLASH_ACR_HLFCYA) |
Enable the FLASH half cycle access. More... | |
#define | __HAL_FLASH_HALF_CYCLE_ACCESS_DISABLE() (FLASH->ACR &= (~FLASH_ACR_HLFCYA)) |
Disable the FLASH half cycle access. More... | |
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.