stm32f2+: flash: Rename FLASH_ACR_XCE -> FLASH_ACR_XCEN

Match the datasheet register names better.

squish into xcev
This commit is contained in:
Jordi Pakey-Rodriguez
2017-03-06 16:06:52 -06:00
committed by Karl Palsson
parent b40c72828d
commit 6798cee2a5
5 changed files with 24 additions and 26 deletions

View File

@@ -51,8 +51,8 @@
#define FLASH_ACR_DCRST (1 << 12)
#define FLASH_ACR_ICRST (1 << 11)
#define FLASH_ACR_DCE (1 << 10)
#define FLASH_ACR_ICE (1 << 9)
#define FLASH_ACR_DCEN (1 << 10)
#define FLASH_ACR_ICEN (1 << 9)
#define FLASH_ACR_PRFTEN (1 << 8)
/* --- FLASH_SR values ----------------------------------------------------- */
@@ -147,4 +147,3 @@ END_DECLS
#warning "only via flash.h"
#endif
/** @endcond */