|
STM32F103xB HAL User Manual
|
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. | |
| __STATIC_INLINE void LL_FLASH_DisableHalfCycleAccess | ( | void | ) |
Disable Flash Half Cycle Access.
| None |
Definition at line 534 of file stm32f1xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_DisablePrefetch | ( | void | ) |
Disable Prefetch.
| None |
Definition at line 503 of file stm32f1xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnableHalfCycleAccess | ( | void | ) |
Enable Flash Half Cycle Access.
| None |
Definition at line 524 of file stm32f1xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnablePrefetch | ( | void | ) |
Enable Prefetch.
| None |
Definition at line 493 of file stm32f1xx_ll_system.h.
| __STATIC_INLINE uint32_t LL_FLASH_GetLatency | ( | void | ) |
Get FLASH Latency.
| Returned | value 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.
| State | of 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.
| State | of 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.
| Latency | This parameter can be one of the following values: |
| None |
Definition at line 470 of file stm32f1xx_ll_system.h.
Referenced by LL_SetFlashLatency().
1.7.6.1