RTEMS 6.1-rc5
|
Macros | |
#define | __HAL_FLASH_CALC_BOOT_BASE_ADR(__ADDRESS__) ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1) | |
#define | __HAL_FLASH_SET_PROGRAM_DELAY(__DELAY__) MODIFY_REG(FLASH->ACR, FLASH_ACR_WRHIGHFREQ, (__DELAY__)) |
Set the FLASH Programming Delay. | |
#define | __HAL_FLASH_GET_PROGRAM_DELAY() READ_BIT(FLASH->ACR, FLASH_ACR_WRHIGHFREQ) |
Get the FLASH Programming Delay. | |
#define __HAL_FLASH_CALC_BOOT_BASE_ADR | ( | __ADDRESS__ | ) | ((__ADDRESS__) >> 14U) |
Calculate the FLASH Boot Base Address (BOOT_ADD0 or BOOT_ADD1)
__ADDRESS__ | FLASH Boot Address (in the range 0x0000 0000 to 0x2004 FFFF with a granularity of 16KB) |
The | FLASH Boot Base Address |
#define __HAL_FLASH_GET_PROGRAM_DELAY | ( | ) | READ_BIT(FLASH->ACR, FLASH_ACR_WRHIGHFREQ) |
Get the FLASH Programming Delay.
FLASH | Programming Delay This return value can be a value of FLASH Programming Delay |
#define __HAL_FLASH_SET_PROGRAM_DELAY | ( | __DELAY__ | ) | MODIFY_REG(FLASH->ACR, FLASH_ACR_WRHIGHFREQ, (__DELAY__)) |
Set the FLASH Programming Delay.
__DELAY__ | FLASH Programming Delay This parameter can be a value of FLASH Programming Delay |
none |