STM32L443xx 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_EnableRunPowerDown (void) |
Enable Flash Power-down mode during run mode or Low-power run mode. | |
__STATIC_INLINE void | LL_FLASH_DisableRunPowerDown (void) |
Disable Flash Power-down mode during run mode or Low-power run mode. | |
__STATIC_INLINE void | LL_FLASH_EnableSleepPowerDown (void) |
Enable Flash Power-down mode during Sleep or Low-power sleep mode. | |
__STATIC_INLINE void | LL_FLASH_DisableSleepPowerDown (void) |
Disable Flash Power-down mode during Sleep or Low-power sleep mode. |
__STATIC_INLINE void LL_FLASH_DisableDataCache | ( | void | ) |
Disable Data cache.
None |
Definition at line 1499 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableDataCacheReset | ( | void | ) |
Disable Data cache reset.
None |
Definition at line 1541 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableInstCache | ( | void | ) |
Disable Instruction cache.
None |
Definition at line 1479 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableInstCacheReset | ( | void | ) |
Disable Instruction cache reset.
None |
Definition at line 1520 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisablePrefetch | ( | void | ) |
Disable Prefetch.
None |
Definition at line 1449 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_DisableRunPowerDown | ( | void | ) |
Disable Flash Power-down mode during run mode or Low-power run mode.
None |
Definition at line 1574 of file stm32l4xx_ll_system.h.
References FLASH_PDKEY1, and FLASH_PDKEY2.
__STATIC_INLINE void LL_FLASH_DisableSleepPowerDown | ( | void | ) |
Disable Flash Power-down mode during Sleep or Low-power sleep mode.
None |
Definition at line 1600 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableDataCache | ( | void | ) |
Enable Data cache.
None |
Definition at line 1489 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableDataCacheReset | ( | void | ) |
Enable Data cache reset.
None |
Definition at line 1531 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableInstCache | ( | void | ) |
Enable Instruction cache.
None |
Definition at line 1469 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableInstCacheReset | ( | void | ) |
Enable Instruction cache reset.
None |
Definition at line 1510 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnablePrefetch | ( | void | ) |
Enable Prefetch.
None |
Definition at line 1439 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_FLASH_EnableRunPowerDown | ( | void | ) |
Enable Flash Power-down mode during run mode or Low-power run mode.
None |
Definition at line 1558 of file stm32l4xx_ll_system.h.
References FLASH_PDKEY1, and FLASH_PDKEY2.
__STATIC_INLINE void LL_FLASH_EnableSleepPowerDown | ( | void | ) |
Enable Flash Power-down mode during Sleep or Low-power sleep mode.
None |
Definition at line 1590 of file stm32l4xx_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 1429 of file stm32l4xx_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 1459 of file stm32l4xx_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 1401 of file stm32l4xx_ll_system.h.
Referenced by LL_SetFlashLatency().