12 #ifndef SOURCE_CHIP_STM32_STM32F4_INCLUDE_DISTORTOS_CHIP_STM32F4_FLASH_HPP_ 13 #define SOURCE_CHIP_STM32_STM32F4_INCLUDE_DISTORTOS_CHIP_STM32F4_FLASH_HPP_ 30 #if defined(DISTORTOS_CHIP_STM32F405) || defined(DISTORTOS_CHIP_STM32F407) || defined(DISTORTOS_CHIP_STM32F415) || \ 31 defined(DISTORTOS_CHIP_STM32F417) 92 #endif // SOURCE_CHIP_STM32_STM32F4_INCLUDE_DISTORTOS_CHIP_STM32F4_FLASH_HPP_ void disableDataCache()
Disables data cache.
Definition: STM32F4-FLASH.cpp:43
constexpr uint8_t maxFlashLatency
maximum allowed value of flash latency
Definition: STM32F4-FLASH.hpp:32
void configureInstructionPrefetch(bool enable)
Configures instruction prefetch.
Definition: STM32F4-FLASH.cpp:38
int configureFlashLatency(uint8_t latency)
Configures flash latency.
Definition: STM32F4-FLASH.cpp:29
Top-level namespace of distortos project.
Definition: buttons.hpp:33
void enableDataCache()
Enables data cache.
Definition: STM32F4-FLASH.cpp:53
void enableInstructionCache()
Enables instruction cache.
Definition: STM32F4-FLASH.cpp:61
void disableInstructionCache()
Disables instruction cache.
Definition: STM32F4-FLASH.cpp:48