Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-07-14 00:04:28 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-07-29 23:31:17 +0300
commit4840b6bc7e98944bbd4647db99a6c9416f7de999 (patch)
tree2544de2e8f5eb90c1477d654eb791be0516025f9 /include/libopencm3/stm32/common/flash_common_f01.h
parentda7ebafcbee5ac8c11cff3366f4c1ec8355c2979 (diff)
stm32: flash: pull up clear_eop
All the "f" type flash parts have an EOP flag, even if it's in different bit positions. Add a header for this common functionality, and move it's implementation to the existing common file.
Diffstat (limited to 'include/libopencm3/stm32/common/flash_common_f01.h')
-rw-r--r--include/libopencm3/stm32/common/flash_common_f01.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/common/flash_common_f01.h b/include/libopencm3/stm32/common/flash_common_f01.h
index 70410f6d..33b02edd 100644
--- a/include/libopencm3/stm32/common/flash_common_f01.h
+++ b/include/libopencm3/stm32/common/flash_common_f01.h
@@ -100,7 +100,6 @@
BEGIN_DECLS
void flash_clear_pgerr_flag(void);
-void flash_clear_eop_flag(void);
void flash_clear_wrprterr_flag(void);
void flash_clear_status_flags(void);
uint32_t flash_get_status_flags(void);