stm32/h7: Added a missing Flash ACR WRHF value
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
c5825de272
commit
6031fd8007
@@ -87,6 +87,7 @@
|
||||
#define FLASH_ACR_WRHF_VOS3_45MHZ (0 << FLASH_ACR_WRHIGHFREQ_SHIFT)
|
||||
#define FLASH_ACR_WRHF_VOS3_135MHZ (1 << FLASH_ACR_WRHIGHFREQ_SHIFT)
|
||||
#define FLASH_ACR_WRHF_VOS3_225MHZ (2 << FLASH_ACR_WRHIGHFREQ_SHIFT)
|
||||
#define FLASH_ACR_WRHF_VOS3_275MHZ (3 << FLASH_ACR_WRHIGHFREQ_SHIFT)
|
||||
/**@}*/
|
||||
#define FLASH_ACR_WRHIGHFREQ_MASK (0x3)
|
||||
#define FLASH_ACR_WRHIGHFREQ_SHIFT (0x4)
|
||||
|
||||
Reference in New Issue
Block a user