STM32H735xx HAL User Manual
|
FLASH HAL Extension module driver. More...
Modules | |
FLASHEx Private Functions | |
FLASHEx Exported Functions | |
FLASH Exported Types | |
FLASH Exported Constants | |
FLASHEx_Private_Constants | |
Functions | |
static void | FLASH_OB_SharedRAM_Config (uint32_t SharedRamConfig) |
Configure the TCM / AXI Shared RAM. | |
static uint32_t | FLASH_OB_SharedRAM_GetConfig (void) |
Get the TCM / AXI Shared RAM configuration. | |
static void | FLASH_OB_CPUFreq_BoostConfig (uint32_t FreqBoost) |
Configure the CPU Frequency Boost. | |
static uint32_t | FLASH_OB_CPUFreq_GetBoost (void) |
Get the CPU Frequency Boost state. |
FLASH HAL Extension module driver.
static void FLASH_OB_CPUFreq_BoostConfig | ( | uint32_t | FreqBoost | ) | [static] |
Configure the CPU Frequency Boost.
FreqBoost | specifies the CPU Frequency Boost state. This parameter can be a value of FLASHEx OB CPUFREQ BOOST |
None |
Definition at line 1831 of file stm32h7xx_hal_flash_ex.c.
References assert_param, and IS_OB_USER_CPUFREQ_BOOST.
Referenced by HAL_FLASHEx_OBProgram().
static uint32_t FLASH_OB_CPUFreq_GetBoost | ( | void | ) | [static] |
Get the CPU Frequency Boost state.
FreqBoost | returns the CPU Frequency Boost state. This return value can be a value of FLASHEx OB CPUFREQ BOOST |
Definition at line 1845 of file stm32h7xx_hal_flash_ex.c.
Referenced by HAL_FLASHEx_OBGetConfig().
static void FLASH_OB_SharedRAM_Config | ( | uint32_t | SharedRamConfig | ) | [static] |
Configure the TCM / AXI Shared RAM.
SharedRamConfig | specifies the Shared RAM configuration. This parameter can be a value of FLASHEx OB TCM AXI SHARED |
None |
Definition at line 1804 of file stm32h7xx_hal_flash_ex.c.
References assert_param, and IS_OB_USER_TCM_AXI_SHARED.
Referenced by HAL_FLASHEx_OBProgram().
static uint32_t FLASH_OB_SharedRAM_GetConfig | ( | void | ) | [static] |
Get the TCM / AXI Shared RAM configuration.
SharedRamConfig | returns the TCM / AXI Shared RAM configuration. This return value can be a value of FLASHEx OB TCM AXI SHARED |
Definition at line 1818 of file stm32h7xx_hal_flash_ex.c.
Referenced by HAL_FLASHEx_OBGetConfig().