Skip to content

Commit 15659aa

Browse files
chrismas9dpgeorge
authored andcommitted
CMSIS/F4: Add RCC_CSR_BORRSTF for STM32F413.
RCC_CSR_BORRSTF is defined in the STM32F413 Reference Manual but missing from this header file, so add it in.
1 parent 71a42d3 commit 15659aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMSIS/STM32F4xx/Include/stm32f413xx.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10067,6 +10067,9 @@ typedef struct
1006710067
#define RCC_CSR_RMVF_Pos (24U)
1006810068
#define RCC_CSR_RMVF_Msk (0x1U << RCC_CSR_RMVF_Pos) /*!< 0x01000000 */
1006910069
#define RCC_CSR_RMVF RCC_CSR_RMVF_Msk
10070+
#define RCC_CSR_BORRSTF_Pos (25U)
10071+
#define RCC_CSR_BORRSTF_Msk (0x1U << RCC_CSR_BORRSTF_Pos) /*!< 0x02000000 */
10072+
#define RCC_CSR_BORRSTF RCC_CSR_BORRSTF_Msk
1007010073
#define RCC_CSR_PINRSTF_Pos (26U)
1007110074
#define RCC_CSR_PINRSTF_Msk (0x1U << RCC_CSR_PINRSTF_Pos) /*!< 0x04000000 */
1007210075
#define RCC_CSR_PINRSTF RCC_CSR_PINRSTF_Msk

0 commit comments

Comments
 (0)