|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
Header for FLASH-related functions for STM32F4. More...
Go to the source code of this file.
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::chip | |
| Chip-related code of distortos project. | |
Functions | |
| int | distortos::chip::configureFlashLatency (uint8_t latency) |
| Configures flash latency. More... | |
| void | distortos::chip::configureInstructionPrefetch (bool enable) |
| Configures instruction prefetch. More... | |
| void | distortos::chip::disableDataCache () |
| Disables data cache. More... | |
| void | distortos::chip::disableInstructionCache () |
| Disables instruction cache. More... | |
| void | distortos::chip::enableDataCache () |
| Enables data cache. More... | |
| void | distortos::chip::enableInstructionCache () |
| Enables instruction cache. More... | |
Variables | |
| constexpr uint8_t | distortos::chip::maxFlashLatency {7} |
| maximum allowed value of flash latency More... | |
Header for FLASH-related functions for STM32F4.