Yet another fix in ST headers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4697 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1fb5465e43
commit
f6f2c383bf
|
@ -4890,7 +4890,9 @@ typedef struct
|
|||
#define RCC_AHB1RSTR_DMA1RST ((uint32_t)0x00200000)
|
||||
#define RCC_AHB1RSTR_DMA2RST ((uint32_t)0x00400000)
|
||||
#define RCC_AHB1RSTR_ETHMACRST ((uint32_t)0x02000000)
|
||||
#define RCC_AHB1RSTR_OTGHRST ((uint32_t)0x10000000)
|
||||
/* CHIBIOS FIX */
|
||||
/*#define RCC_AHB1RSTR_OTGHRST ((uint32_t)0x10000000)*/
|
||||
#define RCC_AHB1RSTR_OTGHSRST ((uint32_t)0x10000000)
|
||||
|
||||
/******************** Bit definition for RCC_AHB2RSTR register **************/
|
||||
#define RCC_AHB2RSTR_DCMIRST ((uint32_t)0x00000001)
|
||||
|
@ -4898,8 +4900,7 @@ typedef struct
|
|||
#define RCC_AHB2RSTR_HSAHRST ((uint32_t)0x00000020)
|
||||
#define RCC_AHB2RSTR_RNGRST ((uint32_t)0x00000040)
|
||||
/* CHIBIOS FIX */
|
||||
/*#define RCC_AHB1RSTR_OTGHRST ((uint32_t)0x10000000)*/
|
||||
#define RCC_AHB1RSTR_OTGHSRST ((uint32_t)0x10000000)
|
||||
#define RCC_AHB2RSTR_OTGFSRST ((uint32_t)0x00000080)
|
||||
|
||||
/******************** Bit definition for RCC_AHB3RSTR register **************/
|
||||
#define RCC_AHB3RSTR_FSMCRST ((uint32_t)0x00000001)
|
||||
|
|
Loading…
Reference in New Issue