14
14
******************************************************************************
15
15
* @attention
16
16
*
17
- * <h2><center>© Copyright(c) 2016 STMicroelectronics.
18
- * All rights reserved.</center></h2>
17
+ * Copyright (c) 2016 STMicroelectronics.
18
+ * All rights reserved.
19
19
*
20
- * This software component is licensed by ST under BSD 3-Clause license,
21
- * the "License"; You may not use this file except in compliance with the
22
- * License. You may obtain a copy of the License at:
23
- * opensource.org/licenses/BSD-3-Clause
20
+ * This software is licensed under terms that can be found in the LICENSE file
21
+ * in the root directory of this software component.
22
+ * If no LICENSE file comes with this software, it is provided AS-IS.
24
23
*
25
24
******************************************************************************
26
25
*/
@@ -72,7 +71,7 @@ typedef enum
72
71
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
73
72
NonMaskableInt_IRQn = -14 , /*!< 2 Non Maskable Interrupt */
74
73
HardFault_IRQn = -13 , /*!< 3 Cortex-M0+ Hard Fault Interrupt */
75
- SVC_IRQn = -5 , /*!< 11 Cortex-M0+ SV Call Interrupt */
74
+ SVCall_IRQn = -5 , /*!< 11 Cortex-M0+ SV Call Interrupt */
76
75
PendSV_IRQn = -2 , /*!< 14 Cortex-M0+ Pend SV Interrupt */
77
76
SysTick_IRQn = -1 , /*!< 15 Cortex-M0+ System Tick Interrupt */
78
77
@@ -3687,7 +3686,7 @@ typedef struct
3687
3686
#define RCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos) /*!< 0x00004000 */
3688
3687
#define RCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk /*!< External Low Speed oscillator CSS Detected */
3689
3688
3690
- /*!< RTC congiguration */
3689
+ /*!< RTC configuration */
3691
3690
#define RCC_CSR_RTCSEL_Pos (16U)
3692
3691
#define RCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00030000 */
3693
3692
#define RCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk /*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5816,7 +5815,7 @@ typedef struct
5816
5815
((INSTANCE) == TIM21) || \
5817
5816
((INSTANCE) == TIM22))
5818
5817
5819
- /***************** TIM Instances : external trigger input availabe ************/
5818
+ /***************** TIM Instances : external trigger input available ************/
5820
5819
#define IS_TIM_ETR_INSTANCE (INSTANCE ) (((INSTANCE) == TIM2) || \
5821
5820
((INSTANCE) == TIM21) || \
5822
5821
((INSTANCE) == TIM22))
@@ -5906,6 +5905,7 @@ typedef struct
5906
5905
#define RCC_CRS_IRQn RCC_IRQn
5907
5906
#define DMA1_Channel4_5_IRQn DMA1_Channel4_5_6_7_IRQn
5908
5907
#define ADC1_COMP_IRQn ADC1_IRQn
5908
+ #define SVC_IRQn SVCall_IRQn
5909
5909
5910
5910
/* Aliases for __IRQHandler */
5911
5911
#define RNG_LPUART1_IRQHandler LPUART1_IRQHandler
@@ -5931,4 +5931,3 @@ typedef struct
5931
5931
5932
5932
5933
5933
5934
- /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
0 commit comments