|
14 | 14 | ******************************************************************************
|
15 | 15 | * @attention
|
16 | 16 | *
|
17 |
| - * <h2><center>© Copyright (c) 2019 STMicroelectronics. |
18 |
| - * All rights reserved.</center></h2> |
| 17 | + * Copyright (c) 2018-2021 STMicroelectronics. |
| 18 | + * All rights reserved. |
19 | 19 | *
|
20 |
| - * This software component is licensed by ST under Apache License, Version 2.0, |
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/Apache-2.0 |
| 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 | */
|
27 |
| - |
28 | 26 | /** @addtogroup CMSIS_Device
|
29 | 27 | * @{
|
30 | 28 | */
|
@@ -662,6 +660,15 @@ typedef struct
|
662 | 660 | * @{
|
663 | 661 | */
|
664 | 662 |
|
| 663 | + /** @addtogroup Hardware_Constant_Definition |
| 664 | + * @{ |
| 665 | + */ |
| 666 | +#define LSI_STARTUP_TIME 130U /*!< LSI Maximum startup time in us */ |
| 667 | + |
| 668 | + /** |
| 669 | + * @} |
| 670 | + */ |
| 671 | + |
665 | 672 | /** @addtogroup Peripheral_Registers_Bits_Definition
|
666 | 673 | * @{
|
667 | 674 | */
|
@@ -1592,7 +1599,6 @@ typedef struct
|
1592 | 1599 | #define DMAMUX_CxCR_DMAREQ_ID_4 (0x10UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000010 */
|
1593 | 1600 | #define DMAMUX_CxCR_DMAREQ_ID_5 (0x20UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000020 */
|
1594 | 1601 | #define DMAMUX_CxCR_DMAREQ_ID_6 (0x40UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000040 */
|
1595 |
| -#define DMAMUX_CxCR_DMAREQ_ID_7 (0x80UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000080 */ |
1596 | 1602 | #define DMAMUX_CxCR_SOIE_Pos (8U)
|
1597 | 1603 | #define DMAMUX_CxCR_SOIE_Msk (0x1UL << DMAMUX_CxCR_SOIE_Pos) /*!< 0x00000100 */
|
1598 | 1604 | #define DMAMUX_CxCR_SOIE DMAMUX_CxCR_SOIE_Msk /*!< Synchro overrun interrupt enable */
|
|
0 commit comments