stm32f2+: flash: Rename FLASH_ACR_XCE -> FLASH_ACR_XCEN
Match the datasheet register names better. squish into xcev
This commit is contained in:
committed by
Karl Palsson
parent
b40c72828d
commit
6798cee2a5
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user