cpu stm32f4: rename HASH macro
The HASH macro for an address in STM32's MCU hardware implementation is prone to naming clashes.
This commit is contained in:
parent
57b8a24466
commit
a236fabcd4
@ -1126,8 +1126,8 @@ USB_OTG_HostChannelTypeDef;
|
||||
#define DMA2_Stream6 ((DMA_Stream_TypeDef *) DMA2_Stream6_BASE)
|
||||
#define DMA2_Stream7 ((DMA_Stream_TypeDef *) DMA2_Stream7_BASE)
|
||||
#define CRYP ((CRYP_TypeDef *) CRYP_BASE)
|
||||
#define HASH ((HASH_TypeDef *) HASH_BASE)
|
||||
#define HASH_DIGEST ((HASH_DIGEST_TypeDef *) HASH_DIGEST_BASE)
|
||||
#define HW_HASH ((HASH_TypeDef *) HASH_BASE)
|
||||
#define HW_HASH_DIGEST ((HASH_DIGEST_TypeDef *) HASH_DIGEST_BASE)
|
||||
#define RNG ((RNG_TypeDef *) RNG_BASE)
|
||||
#define FSMC_Bank1 ((FSMC_Bank1_TypeDef *) FSMC_Bank1_R_BASE)
|
||||
#define FSMC_Bank1E ((FSMC_Bank1E_TypeDef *) FSMC_Bank1E_R_BASE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user