Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 9 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | ****************************************************************************** |
2 | ****************************************************************************** |
| 3 | * @file stm32f1xx_ll_bus.h |
3 | * @file stm32f1xx_ll_bus.h |
| 4 | * @author MCD Application Team |
4 | * @author MCD Application Team |
| 5 | * @brief Header file of BUS LL module. |
5 | * @brief Header file of BUS LL module. |
| 6 | 6 | ||
| 7 | @verbatim |
7 | @verbatim |
| 8 | ##### RCC Limitations ##### |
8 | ##### RCC Limitations ##### |
| 9 | ============================================================================== |
9 | ============================================================================== |
| 10 | [..] |
10 | [..] |
| 11 | A delay between an RCC peripheral clock enable and the effective peripheral |
11 | A delay between an RCC peripheral clock enable and the effective peripheral |
| 12 | enabling should be taken into account in order to manage the peripheral read/write |
12 | enabling should be taken into account in order to manage the peripheral read/write |
| 13 | from/to registers. |
13 | from/to registers. |
| 14 | (+) This delay depends on the peripheral mapping. |
14 | (+) This delay depends on the peripheral mapping. |
| 15 | (++) AHB & APB peripherals, 1 dummy read is necessary |
15 | (++) AHB & APB peripherals, 1 dummy read is necessary |
| 16 | 16 | ||
| 17 | [..] |
17 | [..] |
| 18 | Workarounds: |
18 | Workarounds: |
| 19 | (#) For AHB & APB peripherals, a dummy read to the peripheral register has been |
19 | (#) For AHB & APB peripherals, a dummy read to the peripheral register has been |
| 20 | inserted in each LL_{BUS}_GRP{x}_EnableClock() function. |
20 | inserted in each LL_{BUS}_GRP{x}_EnableClock() function. |
| 21 | 21 | ||
| 22 | @endverbatim |
22 | @endverbatim |
| 23 | ****************************************************************************** |
23 | ****************************************************************************** |
| 24 | * @attention |
24 | * @attention |
| 25 | * |
25 | * |
| 26 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
26 | * <h2><center>© Copyright (c) 2016 STMicroelectronics. |
| - | 27 | * All rights reserved.</center></h2> |
|
| 27 | * |
28 | * |
| 28 | * Redistribution and use in source and binary forms, with or without modification, |
29 | * This software component is licensed by ST under BSD 3-Clause license, |
| 29 | * are permitted provided that the following conditions are met: |
30 | * the "License"; You may not use this file except in compliance with the |
| 30 | * 1. Redistributions of source code must retain the above copyright notice, |
- | |
| 31 | * this list of conditions and the following disclaimer. |
- | |
| 32 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
- | |
| 33 | * this list of conditions and the following disclaimer in the documentation |
- | |
| 34 | * and/or other materials provided with the distribution. |
31 | * License. You may obtain a copy of the License at: |
| 35 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
- | |
| 36 | * may be used to endorse or promote products derived from this software |
32 | * opensource.org/licenses/BSD-3-Clause |
| 37 | * without specific prior written permission. |
- | |
| 38 | * |
- | |
| 39 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
- | |
| 40 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
- | |
| 41 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
- | |
| 42 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
- | |
| 43 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
- | |
| 44 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
- | |
| 45 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
- | |
| 46 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
- | |
| 47 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
- | |
| 48 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
- | |
| 49 | * |
33 | * |
| 50 | ****************************************************************************** |
34 | ****************************************************************************** |
| 51 | */ |
35 | */ |
| 52 | 36 | ||
| 53 | /* Define to prevent recursive inclusion -------------------------------------*/ |
37 | /* Define to prevent recursive inclusion -------------------------------------*/ |