STM32F103xB 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.
__STATIC_INLINE void LL_FLASH_EnablePrefetch (void)
 Enable Prefetch.
__STATIC_INLINE void LL_FLASH_DisablePrefetch (void)
 Disable Prefetch.
__STATIC_INLINE uint32_t LL_FLASH_IsPrefetchEnabled (void)
 Check if Prefetch buffer is enabled.
__STATIC_INLINE void LL_FLASH_EnableHalfCycleAccess (void)
 Enable Flash Half Cycle Access.
__STATIC_INLINE void LL_FLASH_DisableHalfCycleAccess (void)
 Disable Flash Half Cycle Access.
__STATIC_INLINE uint32_t LL_FLASH_IsHalfCycleAccessEnabled (void)
 Check if Flash Half Cycle Access is enabled or not.

Function Documentation

__STATIC_INLINE void LL_FLASH_DisableHalfCycleAccess ( void  )

Disable Flash Half Cycle Access.

Reference Manual to LL API cross reference:
FLASH_ACR HLFCYA LL_FLASH_DisableHalfCycleAccess
Return values:
None

Definition at line 534 of file stm32f1xx_ll_system.h.

__STATIC_INLINE void LL_FLASH_DisablePrefetch ( void  )

Disable Prefetch.

Reference Manual to LL API cross reference:
FLASH_ACR PRFTBE LL_FLASH_DisablePrefetch
Return values:
None

Definition at line 503 of file stm32f1xx_ll_system.h.

__STATIC_INLINE void LL_FLASH_EnableHalfCycleAccess ( void  )

Enable Flash Half Cycle Access.

Reference Manual to LL API cross reference:
FLASH_ACR HLFCYA LL_FLASH_EnableHalfCycleAccess
Return values:
None

Definition at line 524 of file stm32f1xx_ll_system.h.

__STATIC_INLINE void LL_FLASH_EnablePrefetch ( void  )

Enable Prefetch.

Reference Manual to LL API cross reference:
FLASH_ACR PRFTBE LL_FLASH_EnablePrefetch
Return values:
None

Definition at line 493 of file stm32f1xx_ll_system.h.

__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 483 of file stm32f1xx_ll_system.h.

Referenced by LL_SetFlashLatency().

__STATIC_INLINE uint32_t LL_FLASH_IsHalfCycleAccessEnabled ( void  )

Check if Flash Half Cycle Access is enabled or not.

Reference Manual to LL API cross reference:
FLASH_ACR HLFCYA LL_FLASH_IsHalfCycleAccessEnabled
Return values:
Stateof bit (1 or 0).

Definition at line 544 of file stm32f1xx_ll_system.h.

__STATIC_INLINE uint32_t LL_FLASH_IsPrefetchEnabled ( void  )

Check if Prefetch buffer is enabled.

Reference Manual to LL API cross reference:
FLASH_ACR PRFTBS LL_FLASH_IsPrefetchEnabled
Return values:
Stateof bit (1 or 0).

Definition at line 513 of file stm32f1xx_ll_system.h.

__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 470 of file stm32f1xx_ll_system.h.

Referenced by LL_SetFlashLatency().