|
STM32H735xx 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 uint32_t LL_FLASH_GetLatency | ( | void | ) |
Get FLASH Latency.
| Returned | value can be one of the following values: |
Definition at line 2351 of file stm32h7xx_ll_system.h.
Referenced by LL_SetFlashLatency().
| __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 2333 of file stm32h7xx_ll_system.h.
Referenced by LL_SetFlashLatency().
1.7.6.1