Browse Source

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.
work-f1-1.10.2
Chris Mason 6 years ago
committed by Damien George
parent
commit
de340827ec
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      CMSIS/STM32F4xx/Include/stm32f413xx.h

+ 3
- 0
CMSIS/STM32F4xx/Include/stm32f413xx.h View File

@@ -10067,6 +10067,9 @@ typedef struct
#define RCC_CSR_RMVF_Pos (24U)
#define RCC_CSR_RMVF_Msk (0x1U << RCC_CSR_RMVF_Pos) /*!< 0x01000000 */
#define RCC_CSR_RMVF RCC_CSR_RMVF_Msk
#define RCC_CSR_BORRSTF_Pos (25U)
#define RCC_CSR_BORRSTF_Msk (0x1U << RCC_CSR_BORRSTF_Pos) /*!< 0x02000000 */
#define RCC_CSR_BORRSTF RCC_CSR_BORRSTF_Msk
#define RCC_CSR_PINRSTF_Pos (26U)
#define RCC_CSR_PINRSTF_Msk (0x1U << RCC_CSR_PINRSTF_Pos) /*!< 0x04000000 */
#define RCC_CSR_PINRSTF RCC_CSR_PINRSTF_Msk


Loading…
Cancel
Save