File tree Expand file tree Collapse file tree 27 files changed +4733
-552
lines changed
system/Drivers/CMSIS/Device/ST Expand file tree Collapse file tree 27 files changed +4733
-552
lines changed Original file line number Diff line number Diff line change @@ -815,6 +815,14 @@ typedef struct
815
815
* @{
816
816
*/
817
817
818
+ /** @addtogroup Hardware_Constant_Definition
819
+ * @{
820
+ */
821
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
822
+ /**
823
+ * @}
824
+ */
825
+
818
826
/** @addtogroup Peripheral_Registers_Bits_Definition
819
827
* @{
820
828
*/
@@ -2371,6 +2379,9 @@ typedef struct
2371
2379
#define FLASH_CR_EOPIE_Pos (24U)
2372
2380
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
2373
2381
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
2382
+ #define FLASH_CR_ERRIE_Pos (25U)
2383
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
2384
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
2374
2385
#define FLASH_CR_LOCK_Pos (31U)
2375
2386
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
2376
2387
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -815,6 +815,14 @@ typedef struct
815
815
* @{
816
816
*/
817
817
818
+ /** @addtogroup Hardware_Constant_Definition
819
+ * @{
820
+ */
821
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
822
+ /**
823
+ * @}
824
+ */
825
+
818
826
/** @addtogroup Peripheral_Registers_Bits_Definition
819
827
* @{
820
828
*/
@@ -2371,6 +2379,9 @@ typedef struct
2371
2379
#define FLASH_CR_EOPIE_Pos (24U)
2372
2380
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
2373
2381
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
2382
+ #define FLASH_CR_ERRIE_Pos (25U)
2383
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
2384
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
2374
2385
#define FLASH_CR_LOCK_Pos (31U)
2375
2386
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
2376
2387
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -1045,6 +1045,14 @@ typedef struct
1045
1045
* @{
1046
1046
*/
1047
1047
1048
+ /** @addtogroup Hardware_Constant_Definition
1049
+ * @{
1050
+ */
1051
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
1052
+ /**
1053
+ * @}
1054
+ */
1055
+
1048
1056
/** @addtogroup Peripheral_Registers_Bits_Definition
1049
1057
* @{
1050
1058
*/
@@ -6460,6 +6468,9 @@ typedef struct
6460
6468
#define FLASH_CR_EOPIE_Pos (24U)
6461
6469
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
6462
6470
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
6471
+ #define FLASH_CR_ERRIE_Pos (25U)
6472
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
6473
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
6463
6474
#define FLASH_CR_LOCK_Pos (31U)
6464
6475
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
6465
6476
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -1149,6 +1149,14 @@ typedef struct
1149
1149
* @{
1150
1150
*/
1151
1151
1152
+ /** @addtogroup Hardware_Constant_Definition
1153
+ * @{
1154
+ */
1155
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
1156
+ /**
1157
+ * @}
1158
+ */
1159
+
1152
1160
/** @addtogroup Peripheral_Registers_Bits_Definition
1153
1161
* @{
1154
1162
*/
@@ -6760,6 +6768,9 @@ typedef struct
6760
6768
#define FLASH_CR_EOPIE_Pos (24U)
6761
6769
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
6762
6770
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
6771
+ #define FLASH_CR_ERRIE_Pos (25U)
6772
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
6773
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
6763
6774
#define FLASH_CR_LOCK_Pos (31U)
6764
6775
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
6765
6776
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -713,6 +713,14 @@ typedef struct
713
713
* @{
714
714
*/
715
715
716
+ /** @addtogroup Hardware_Constant_Definition
717
+ * @{
718
+ */
719
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
720
+ /**
721
+ * @}
722
+ */
723
+
716
724
/** @addtogroup Peripheral_Registers_Bits_Definition
717
725
* @{
718
726
*/
@@ -2450,6 +2458,9 @@ typedef struct
2450
2458
#define FLASH_CR_EOPIE_Pos (24U)
2451
2459
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
2452
2460
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
2461
+ #define FLASH_CR_ERRIE_Pos (25U)
2462
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
2463
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
2453
2464
#define FLASH_CR_LOCK_Pos (31U)
2454
2465
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
2455
2466
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -713,6 +713,14 @@ typedef struct
713
713
* @{
714
714
*/
715
715
716
+ /** @addtogroup Hardware_Constant_Definition
717
+ * @{
718
+ */
719
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
720
+ /**
721
+ * @}
722
+ */
723
+
716
724
/** @addtogroup Peripheral_Registers_Bits_Definition
717
725
* @{
718
726
*/
@@ -2450,6 +2458,9 @@ typedef struct
2450
2458
#define FLASH_CR_EOPIE_Pos (24U)
2451
2459
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
2452
2460
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
2461
+ #define FLASH_CR_ERRIE_Pos (25U)
2462
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
2463
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
2453
2464
#define FLASH_CR_LOCK_Pos (31U)
2454
2465
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
2455
2466
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -703,6 +703,14 @@ typedef struct
703
703
* @{
704
704
*/
705
705
706
+ /** @addtogroup Hardware_Constant_Definition
707
+ * @{
708
+ */
709
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
710
+ /**
711
+ * @}
712
+ */
713
+
706
714
/** @addtogroup Peripheral_Registers_Bits_Definition
707
715
* @{
708
716
*/
@@ -2440,6 +2448,9 @@ typedef struct
2440
2448
#define FLASH_CR_EOPIE_Pos (24U)
2441
2449
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
2442
2450
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
2451
+ #define FLASH_CR_ERRIE_Pos (25U)
2452
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
2453
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
2443
2454
#define FLASH_CR_LOCK_Pos (31U)
2444
2455
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
2445
2456
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -818,6 +818,14 @@ typedef struct
818
818
* @{
819
819
*/
820
820
821
+ /** @addtogroup Hardware_Constant_Definition
822
+ * @{
823
+ */
824
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
825
+ /**
826
+ * @}
827
+ */
828
+
821
829
/** @addtogroup Peripheral_Registers_Bits_Definition
822
830
* @{
823
831
*/
@@ -2374,6 +2382,9 @@ typedef struct
2374
2382
#define FLASH_CR_EOPIE_Pos (24U)
2375
2383
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
2376
2384
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
2385
+ #define FLASH_CR_ERRIE_Pos (25U)
2386
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
2387
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
2377
2388
#define FLASH_CR_LOCK_Pos (31U)
2378
2389
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
2379
2390
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -1008,6 +1008,14 @@ typedef struct
1008
1008
* @{
1009
1009
*/
1010
1010
1011
+ /** @addtogroup Hardware_Constant_Definition
1012
+ * @{
1013
+ */
1014
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
1015
+ /**
1016
+ * @}
1017
+ */
1018
+
1011
1019
/** @addtogroup Peripheral_Registers_Bits_Definition
1012
1020
* @{
1013
1021
*/
@@ -6524,6 +6532,9 @@ typedef struct
6524
6532
#define FLASH_CR_EOPIE_Pos (24U)
6525
6533
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
6526
6534
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
6535
+ #define FLASH_CR_ERRIE_Pos (25U)
6536
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
6537
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
6527
6538
#define FLASH_CR_LOCK_Pos (31U)
6528
6539
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
6529
6540
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
Original file line number Diff line number Diff line change @@ -1062,6 +1062,14 @@ typedef struct
1062
1062
* @{
1063
1063
*/
1064
1064
1065
+ /** @addtogroup Hardware_Constant_Definition
1066
+ * @{
1067
+ */
1068
+ #define LSI_STARTUP_TIME 40U /*!< LSI Maximum startup time in us */
1069
+ /**
1070
+ * @}
1071
+ */
1072
+
1065
1073
/** @addtogroup Peripheral_Registers_Bits_Definition
1066
1074
* @{
1067
1075
*/
@@ -6578,6 +6586,9 @@ typedef struct
6578
6586
#define FLASH_CR_EOPIE_Pos (24U)
6579
6587
#define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */
6580
6588
#define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk
6589
+ #define FLASH_CR_ERRIE_Pos (25U)
6590
+ #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos)
6591
+ #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk
6581
6592
#define FLASH_CR_LOCK_Pos (31U)
6582
6593
#define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */
6583
6594
#define FLASH_CR_LOCK FLASH_CR_LOCK_Msk
You can’t perform that action at this time.
0 commit comments