STM32F479xx 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_EnableInstCache (void) |
Enable Instruction cache. | |
__STATIC_INLINE void | LL_FLASH_DisableInstCache (void) |
Disable Instruction cache. | |
__STATIC_INLINE void | LL_FLASH_EnableDataCache (void) |
Enable Data cache. | |
__STATIC_INLINE void | LL_FLASH_DisableDataCache (void) |
Disable Data cache. | |
__STATIC_INLINE void | LL_FLASH_EnableInstCacheReset (void) |
Enable Instruction cache reset. | |
__STATIC_INLINE void | LL_FLASH_DisableInstCacheReset (void) |
Disable Instruction cache reset. | |
__STATIC_INLINE void | LL_FLASH_EnableDataCacheReset (void) |
Enable Data cache reset. | |
__STATIC_INLINE void | LL_FLASH_DisableDataCacheReset (void) |
Disable Data cache reset. |
__STATIC_INLINE void LL_FLASH_DisableDataCache | ( | void | ) |
Disable Data cache.
None |
Definition at line 1638 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableDataCacheReset | ( | void | ) |
Disable Data cache reset.
None |
Definition at line 1680 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableInstCache | ( | void | ) |
Disable Instruction cache.
None |
Definition at line 1618 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableInstCacheReset | ( | void | ) |
Disable Instruction cache reset.
None |
Definition at line 1659 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisablePrefetch | ( | void | ) |
Disable Prefetch.
None |
Definition at line 1588 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableDataCache | ( | void | ) |
Enable Data cache.
None |
Definition at line 1628 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableDataCacheReset | ( | void | ) |
Enable Data cache reset.
None |
Definition at line 1670 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableInstCache | ( | void | ) |
Enable Instruction cache.
None |
Definition at line 1608 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableInstCacheReset | ( | void | ) |
Enable Instruction cache reset.
None |
Definition at line 1649 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnablePrefetch | ( | void | ) |
Enable Prefetch.
None |
Definition at line 1578 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_FLASH_GetLatency | ( | void | ) |
Get FLASH Latency.
Definition at line 1568 of file stm32f4xx_ll_system.h.
Referenced by LL_SetFlashLatency().
__STATIC_INLINE uint32_t LL_FLASH_IsPrefetchEnabled | ( | void | ) |
Check if Prefetch buffer is enabled.
State | of bit (1 or 0). |
Definition at line 1598 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_SetLatency | ( | uint32_t | Latency | ) |
Set FLASH Latency.
None |
Definition at line 1542 of file stm32f4xx_ll_system.h.
Referenced by LL_SetFlashLatency().