STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
__STATIC_INLINE void | LL_FLASH_SetLatency (uint32_t Latency) |
Set FLASH Latency @rmtoll FLASH_ACR LATENCY LL_FLASH_SetLatency. More... | |
__STATIC_INLINE uint32_t | LL_FLASH_GetLatency (void) |
Get FLASH Latency @rmtoll FLASH_ACR LATENCY LL_FLASH_GetLatency. More... | |
__STATIC_INLINE void | LL_FLASH_EnablePrefetch (void) |
Enable Prefetch @rmtoll FLASH_ACR PRFTEN LL_FLASH_EnablePrefetch. More... | |
__STATIC_INLINE void | LL_FLASH_DisablePrefetch (void) |
Disable Prefetch @rmtoll FLASH_ACR PRFTEN LL_FLASH_DisablePrefetch. More... | |
__STATIC_INLINE uint32_t | LL_FLASH_IsPrefetchEnabled (void) |
Check if Prefetch buffer is enabled @rmtoll FLASH_ACR PRFTEN LL_FLASH_IsPrefetchEnabled. More... | |
__STATIC_INLINE void | LL_FLASH_EnableInstCache (void) |
Enable Instruction cache @rmtoll FLASH_ACR ICEN LL_FLASH_EnableInstCache. More... | |
__STATIC_INLINE void | LL_FLASH_DisableInstCache (void) |
Disable Instruction cache @rmtoll FLASH_ACR ICEN LL_FLASH_DisableInstCache. More... | |
__STATIC_INLINE void | LL_FLASH_EnableDataCache (void) |
Enable Data cache @rmtoll FLASH_ACR DCEN LL_FLASH_EnableDataCache. More... | |
__STATIC_INLINE void | LL_FLASH_DisableDataCache (void) |
Disable Data cache @rmtoll FLASH_ACR DCEN LL_FLASH_DisableDataCache. More... | |
__STATIC_INLINE void | LL_FLASH_EnableInstCacheReset (void) |
Enable Instruction cache reset. More... | |
__STATIC_INLINE void | LL_FLASH_DisableInstCacheReset (void) |
Disable Instruction cache reset @rmtoll FLASH_ACR ICRST LL_FLASH_DisableInstCacheReset. More... | |
__STATIC_INLINE void | LL_FLASH_EnableDataCacheReset (void) |
Enable Data cache reset. More... | |
__STATIC_INLINE void | LL_FLASH_DisableDataCacheReset (void) |
Disable Data cache reset @rmtoll FLASH_ACR DCRST LL_FLASH_DisableDataCacheReset. More... | |
__STATIC_INLINE void LL_FLASH_DisableDataCache | ( | void | ) |
Disable Data cache @rmtoll FLASH_ACR DCEN LL_FLASH_DisableDataCache.
None |
Definition at line 1639 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableDataCacheReset | ( | void | ) |
Disable Data cache reset @rmtoll FLASH_ACR DCRST LL_FLASH_DisableDataCacheReset.
None |
Definition at line 1681 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableInstCache | ( | void | ) |
Disable Instruction cache @rmtoll FLASH_ACR ICEN LL_FLASH_DisableInstCache.
None |
Definition at line 1619 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableInstCacheReset | ( | void | ) |
Disable Instruction cache reset @rmtoll FLASH_ACR ICRST LL_FLASH_DisableInstCacheReset.
None |
Definition at line 1660 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisablePrefetch | ( | void | ) |
Disable Prefetch @rmtoll FLASH_ACR PRFTEN LL_FLASH_DisablePrefetch.
None |
Definition at line 1589 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableDataCache | ( | void | ) |
Enable Data cache @rmtoll FLASH_ACR DCEN LL_FLASH_EnableDataCache.
None |
Definition at line 1629 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableDataCacheReset | ( | void | ) |
Enable Data cache reset.
None |
Definition at line 1671 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableInstCache | ( | void | ) |
Enable Instruction cache @rmtoll FLASH_ACR ICEN LL_FLASH_EnableInstCache.
None |
Definition at line 1609 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableInstCacheReset | ( | void | ) |
Enable Instruction cache reset.
None |
Definition at line 1650 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnablePrefetch | ( | void | ) |
Enable Prefetch @rmtoll FLASH_ACR PRFTEN LL_FLASH_EnablePrefetch.
None |
Definition at line 1579 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_FLASH_GetLatency | ( | void | ) |
Get FLASH Latency @rmtoll FLASH_ACR LATENCY LL_FLASH_GetLatency.
Returned | value can be one of the following values:
|
Definition at line 1569 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_FLASH_IsPrefetchEnabled | ( | void | ) |
Check if Prefetch buffer is enabled @rmtoll FLASH_ACR PRFTEN LL_FLASH_IsPrefetchEnabled.
State | of bit (1 or 0). |
Definition at line 1599 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_SetLatency | ( | uint32_t | Latency | ) |
Set FLASH Latency @rmtoll FLASH_ACR LATENCY LL_FLASH_SetLatency.
Latency | This parameter can be one of the following values:
|
None |
Definition at line 1543 of file stm32f4xx_ll_system.h.