distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
STM32F4-FLASH.cpp File Reference

Implementation of FLASH-related functions for STM32F4. More...

Include dependency graph for STM32F4-FLASH.cpp:

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...
 

Detailed Description

Implementation of FLASH-related functions for STM32F4.

Author
Copyright (C) 2015-2017 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.