libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/common/flash_common_all.h>
#include <libopencm3/stm32/common/flash_common_f.h>
#include <libopencm3/stm32/common/flash_common_f24.h>
Go to the source code of this file.
Macros | |
#define | FLASH_SR_PGSERR (1 << 7) |
#define | FLASH_OPTCR_WDG_SW (1 << 5) |
Functions | |
void | flash_clear_pgserr_flag (void) |
Clear the Programming Sequence Error Flag. More... | |
#define FLASH_OPTCR_WDG_SW (1 << 5) |
Definition at line 39 of file f2/flash.h.
#define FLASH_SR_PGSERR (1 << 7) |
Definition at line 38 of file f2/flash.h.