|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_FLASH_SetLatency (uint32_t Latency) |
| Set FLASH Latency FLASH_ACR LATENCY LL_FLASH_SetLatency. More... | |
| __STATIC_INLINE uint32_t | LL_FLASH_GetLatency (void) |
| Get FLASH Latency FLASH_ACR LATENCY LL_FLASH_GetLatency. More... | |
| __STATIC_INLINE void | LL_FLASH_EnablePrefetch (void) |
| Enable Prefetch FLASH_ACR PRFTEN LL_FLASH_EnablePrefetch. More... | |
| __STATIC_INLINE void | LL_FLASH_DisablePrefetch (void) |
| Disable Prefetch FLASH_ACR PRFTEN LL_FLASH_DisablePrefetch. More... | |
| __STATIC_INLINE uint32_t | LL_FLASH_IsPrefetchEnabled (void) |
| Check if Prefetch buffer is enabled FLASH_ACR PRFTEN LL_FLASH_IsPrefetchEnabled. More... | |
| __STATIC_INLINE void | LL_FLASH_EnableInstCache (void) |
| Enable Instruction cache FLASH_ACR ICEN LL_FLASH_EnableInstCache. More... | |
| __STATIC_INLINE void | LL_FLASH_DisableInstCache (void) |
| Disable Instruction cache FLASH_ACR ICEN LL_FLASH_DisableInstCache. More... | |
| __STATIC_INLINE void | LL_FLASH_EnableDataCache (void) |
| Enable Data cache FLASH_ACR DCEN LL_FLASH_EnableDataCache. More... | |
| __STATIC_INLINE void | LL_FLASH_DisableDataCache (void) |
| Disable Data cache 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 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 FLASH_ACR DCRST LL_FLASH_DisableDataCacheReset. More... | |
| __STATIC_INLINE void | LL_FLASH_EnableRunPowerDown (void) |
| Enable Flash Power-down mode during run mode or Low-power run mode. More... | |
| __STATIC_INLINE void | LL_FLASH_DisableRunPowerDown (void) |
| Disable Flash Power-down mode during run mode or Low-power run mode FLASH_ACR RUN_PD LL_FLASH_DisableRunPowerDown FLASH_PDKEYR PDKEY1 LL_FLASH_DisableRunPowerDown FLASH_PDKEYR PDKEY2 LL_FLASH_DisableRunPowerDown. More... | |
| __STATIC_INLINE void | LL_FLASH_EnableSleepPowerDown (void) |
| Enable Flash Power-down mode during Sleep or Low-power sleep mode. More... | |
| __STATIC_INLINE void | LL_FLASH_DisableSleepPowerDown (void) |
| Disable Flash Power-down mode during Sleep or Low-power sleep mode FLASH_ACR SLEEP_PD LL_FLASH_DisableSleepPowerDown. More... | |
| __STATIC_INLINE void LL_FLASH_DisableDataCache | ( | void | ) |
Disable Data cache FLASH_ACR DCEN LL_FLASH_DisableDataCache.
| None |
Definition at line 1498 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_DisableDataCacheReset | ( | void | ) |
Disable Data cache reset FLASH_ACR DCRST LL_FLASH_DisableDataCacheReset.
| None |
Definition at line 1540 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_DisableInstCache | ( | void | ) |
Disable Instruction cache FLASH_ACR ICEN LL_FLASH_DisableInstCache.
| None |
Definition at line 1478 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_DisableInstCacheReset | ( | void | ) |
Disable Instruction cache reset FLASH_ACR ICRST LL_FLASH_DisableInstCacheReset.
| None |
Definition at line 1519 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_DisablePrefetch | ( | void | ) |
Disable Prefetch FLASH_ACR PRFTEN LL_FLASH_DisablePrefetch.
| None |
Definition at line 1448 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 FLASH_ACR RUN_PD LL_FLASH_DisableRunPowerDown
FLASH_PDKEYR PDKEY1 LL_FLASH_DisableRunPowerDown
FLASH_PDKEYR PDKEY2 LL_FLASH_DisableRunPowerDown.
| None |
Definition at line 1573 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_DisableSleepPowerDown | ( | void | ) |
Disable Flash Power-down mode during Sleep or Low-power sleep mode FLASH_ACR SLEEP_PD LL_FLASH_DisableSleepPowerDown.
| None |
Definition at line 1599 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnableDataCache | ( | void | ) |
Enable Data cache FLASH_ACR DCEN LL_FLASH_EnableDataCache.
| None |
Definition at line 1488 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnableDataCacheReset | ( | void | ) |
Enable Data cache reset.
| None |
Definition at line 1530 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnableInstCache | ( | void | ) |
Enable Instruction cache FLASH_ACR ICEN LL_FLASH_EnableInstCache.
| None |
Definition at line 1468 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnableInstCacheReset | ( | void | ) |
Enable Instruction cache reset.
| None |
Definition at line 1509 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnablePrefetch | ( | void | ) |
Enable Prefetch FLASH_ACR PRFTEN LL_FLASH_EnablePrefetch.
| None |
Definition at line 1438 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 1557 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_EnableSleepPowerDown | ( | void | ) |
Enable Flash Power-down mode during Sleep or Low-power sleep mode.
| None |
Definition at line 1589 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE uint32_t LL_FLASH_GetLatency | ( | void | ) |
Get FLASH Latency FLASH_ACR LATENCY LL_FLASH_GetLatency.
| Returned | value can be one of the following values:
|
Definition at line 1428 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE uint32_t LL_FLASH_IsPrefetchEnabled | ( | void | ) |
Check if Prefetch buffer is enabled FLASH_ACR PRFTEN LL_FLASH_IsPrefetchEnabled.
| State | of bit (1 or 0). |
Definition at line 1458 of file stm32l4xx_ll_system.h.
| __STATIC_INLINE void LL_FLASH_SetLatency | ( | uint32_t | Latency | ) |
Set FLASH Latency FLASH_ACR LATENCY LL_FLASH_SetLatency.
| Latency | This parameter can be one of the following values:
|
| None |
Definition at line 1400 of file stm32l4xx_ll_system.h.