STM32H735xx HAL User Manual
Functions
FLASH
SYSTEM Exported Functions

Functions

__STATIC_INLINE void LL_FLASH_SetLatency (uint32_t Latency)
 Set FLASH Latency.
__STATIC_INLINE uint32_t LL_FLASH_GetLatency (void)
 Get FLASH Latency.

Function Documentation

__STATIC_INLINE uint32_t LL_FLASH_GetLatency ( void  )

Get FLASH Latency.

Reference Manual to LL API cross reference:
FLASH_ACR LATENCY LL_FLASH_GetLatency
Return values:
Returnedvalue can be one of the following values:

Definition at line 2351 of file stm32h7xx_ll_system.h.

Referenced by LL_SetFlashLatency().

__STATIC_INLINE void LL_FLASH_SetLatency ( uint32_t  Latency)

Set FLASH Latency.

Reference Manual to LL API cross reference:
FLASH_ACR LATENCY LL_FLASH_SetLatency
Parameters:
LatencyThis parameter can be one of the following values:
Return values:
None

Definition at line 2333 of file stm32h7xx_ll_system.h.

Referenced by LL_SetFlashLatency().