File tree Expand file tree Collapse file tree 11 files changed +29
-29
lines changed Expand file tree Collapse file tree 11 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32f0.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
9
- * @par ÐÞ¸ÄÈÕÖ¾ :
8
+ * @attention
9
+ * @par Change log :
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
12
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32f1.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
8
+ * @attention
9
9
* @par Change log
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
32
32
[18 ] = "ADC_IRQn" , /*!< ADC1 and ADC2 global Interrupts */
33
33
#if defined (STM32F102x6 ) || defined (STM32F102xB )
34
34
[19 ] = "USB_HP_IRQn" , /*!< USB Device High Priority */
35
- [20 ] = "USB_LP_IRQn" , /*!< USB Device Low Priority */
35
+ [20 ] = "USB_LP_IRQn" , /*!< USB Device Low Priority */
36
36
#else
37
37
[19 ] = "CAN1_TX_IRQn" , /*!< CAN1 TX Interrupt */
38
38
[20 ] = "CAN1_RX0_IRQn" , /*!< CAN1 RX0 Interrupt */
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32f2.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
9
- * @par ÐÞ¸ÄÈÕÖ¾ :
8
+ * @attention
9
+ * @par Change log :
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
12
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32f3.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
8
+ * @attention
9
9
* @par Change log:
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32f4.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
9
- * @par ÐÞ¸ÄÈÕÖ¾ :
8
+ * @attention
9
+ * @par Change log :
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
12
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32f7.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
9
- * @par ÐÞ¸ÄÈÕÖ¾ :
8
+ * @attention
9
+ * @par Change log :
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
12
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32g0.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
9
- * @par ÐÞ¸ÄÈÕÖ¾ :
8
+ * @attention
9
+ * @par Change log :
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
12
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32g4.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
8
+ * @attention
9
9
* @par Change log:
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32h7.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
9
- * @par 修改日志 :
8
+ * @attention
9
+ * @par Change log :
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
12
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32l0.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
8
+ * @attention
9
9
* @par Change log:
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file irq_stm32l4.h
3
- * @brief
3
+ * @brief
4
4
* @author HLY (1425075683@qq.com)
5
5
* @version 1.0
6
6
* @date 2022-12-27
7
7
* @copyright Copyright (c) 2022
8
- * @attention
8
+ * @attention
9
9
* @par Change log:
10
10
* Date Version Author Description
11
11
* 2022-12-27 1.0 HLY first version
You can’t perform that action at this time.
0 commit comments