libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/flash.h>
Go to the source code of this file.
Functions | |
static void | flash_pipeline_stall (void) |
Issue Pipeline Stall. More... | |
void | flash_wait_for_last_operation (void) |
Wait until Last Operation has Ended. More... | |
void | flash_clear_erserr_flag (void) |
Clear the Erase Sequence Error Flag. More... | |
void | flash_clear_status_flags (void) |
Clear All Status Flags. More... | |
void | flash_art_enable (void) |
Enable the ART Cache. More... | |
void | flash_art_reset (void) |
Reset the ART Cache. More... | |