Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
targets/TARGET_STM/TARGET_STM32L0/device/stm32l0xx_hal_comp_ex.h@149:156823d33999, 2016-10-28 (annotated)
- Committer:
- <>
- Date:
- Fri Oct 28 11:17:30 2016 +0100
- Revision:
- 149:156823d33999
- Parent:
- targets/cmsis/TARGET_STM/TARGET_STM32L0/stm32l0xx_hal_comp_ex.h@144:ef7eb2e8f9f7
- Child:
- 151:5eaa88a5bcc7
This updates the lib to the mbed lib v128
NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| <> | 144:ef7eb2e8f9f7 | 1 | /** |
| <> | 144:ef7eb2e8f9f7 | 2 | ****************************************************************************** |
| <> | 144:ef7eb2e8f9f7 | 3 | * @file stm32l0xx_hal_comp_ex.h |
| <> | 144:ef7eb2e8f9f7 | 4 | * @author MCD Application Team |
| <> | 144:ef7eb2e8f9f7 | 5 | * @version V1.5.0 |
| <> | 144:ef7eb2e8f9f7 | 6 | * @date 8-January-2016 |
| <> | 144:ef7eb2e8f9f7 | 7 | * @brief Header file of COMP HAL Extended module. |
| <> | 144:ef7eb2e8f9f7 | 8 | ****************************************************************************** |
| <> | 144:ef7eb2e8f9f7 | 9 | * @attention |
| <> | 144:ef7eb2e8f9f7 | 10 | * |
| <> | 144:ef7eb2e8f9f7 | 11 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
| <> | 144:ef7eb2e8f9f7 | 12 | * |
| <> | 144:ef7eb2e8f9f7 | 13 | * Redistribution and use in source and binary forms, with or without modification, |
| <> | 144:ef7eb2e8f9f7 | 14 | * are permitted provided that the following conditions are met: |
| <> | 144:ef7eb2e8f9f7 | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
| <> | 144:ef7eb2e8f9f7 | 16 | * this list of conditions and the following disclaimer. |
| <> | 144:ef7eb2e8f9f7 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
| <> | 144:ef7eb2e8f9f7 | 18 | * this list of conditions and the following disclaimer in the documentation |
| <> | 144:ef7eb2e8f9f7 | 19 | * and/or other materials provided with the distribution. |
| <> | 144:ef7eb2e8f9f7 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
| <> | 144:ef7eb2e8f9f7 | 21 | * may be used to endorse or promote products derived from this software |
| <> | 144:ef7eb2e8f9f7 | 22 | * without specific prior written permission. |
| <> | 144:ef7eb2e8f9f7 | 23 | * |
| <> | 144:ef7eb2e8f9f7 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| <> | 144:ef7eb2e8f9f7 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| <> | 144:ef7eb2e8f9f7 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| <> | 144:ef7eb2e8f9f7 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| <> | 144:ef7eb2e8f9f7 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| <> | 144:ef7eb2e8f9f7 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| <> | 144:ef7eb2e8f9f7 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| <> | 144:ef7eb2e8f9f7 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| <> | 144:ef7eb2e8f9f7 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| <> | 144:ef7eb2e8f9f7 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| <> | 144:ef7eb2e8f9f7 | 34 | * |
| <> | 144:ef7eb2e8f9f7 | 35 | ****************************************************************************** |
| <> | 144:ef7eb2e8f9f7 | 36 | */ |
| <> | 144:ef7eb2e8f9f7 | 37 | |
| <> | 144:ef7eb2e8f9f7 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ |
| <> | 144:ef7eb2e8f9f7 | 39 | #ifndef __STM32L0xx_HAL_COMP_EX_H |
| <> | 144:ef7eb2e8f9f7 | 40 | #define __STM32L0xx_HAL_COMP_EX_H |
| <> | 144:ef7eb2e8f9f7 | 41 | |
| <> | 144:ef7eb2e8f9f7 | 42 | #ifdef __cplusplus |
| <> | 144:ef7eb2e8f9f7 | 43 | extern "C" { |
| <> | 144:ef7eb2e8f9f7 | 44 | #endif |
| <> | 144:ef7eb2e8f9f7 | 45 | |
| <> | 144:ef7eb2e8f9f7 | 46 | /* Includes ------------------------------------------------------------------*/ |
| <> | 144:ef7eb2e8f9f7 | 47 | #include "stm32l0xx_hal_def.h" |
| <> | 144:ef7eb2e8f9f7 | 48 | |
| <> | 144:ef7eb2e8f9f7 | 49 | /** @addtogroup STM32L0xx_HAL_Driver |
| <> | 144:ef7eb2e8f9f7 | 50 | * @{ |
| <> | 144:ef7eb2e8f9f7 | 51 | */ |
| <> | 144:ef7eb2e8f9f7 | 52 | |
| <> | 144:ef7eb2e8f9f7 | 53 | /** @defgroup COMPEx COMPEx |
| <> | 144:ef7eb2e8f9f7 | 54 | * @{ |
| <> | 144:ef7eb2e8f9f7 | 55 | */ |
| <> | 144:ef7eb2e8f9f7 | 56 | |
| <> | 144:ef7eb2e8f9f7 | 57 | /* Exported functions --------------------------------------------------------*/ |
| <> | 144:ef7eb2e8f9f7 | 58 | /** @defgroup COMPEx_Exported_Functions COMPEx Exported Functions |
| <> | 144:ef7eb2e8f9f7 | 59 | * @{ |
| <> | 144:ef7eb2e8f9f7 | 60 | */ |
| <> | 144:ef7eb2e8f9f7 | 61 | |
| <> | 144:ef7eb2e8f9f7 | 62 | /** @defgroup COMPEx_Exported_Functions_Group1 Extended COMP VREFINT setup functions |
| <> | 144:ef7eb2e8f9f7 | 63 | * @{ |
| <> | 144:ef7eb2e8f9f7 | 64 | */ |
| <> | 144:ef7eb2e8f9f7 | 65 | /* COMP specific functions to manage VREFINT *************************************/ |
| <> | 144:ef7eb2e8f9f7 | 66 | void HAL_COMPEx_EnableVREFINT(void); |
| <> | 144:ef7eb2e8f9f7 | 67 | void HAL_COMPEx_DisableVREFINT(void); |
| <> | 144:ef7eb2e8f9f7 | 68 | |
| <> | 144:ef7eb2e8f9f7 | 69 | /** |
| <> | 144:ef7eb2e8f9f7 | 70 | * @} |
| <> | 144:ef7eb2e8f9f7 | 71 | */ |
| <> | 144:ef7eb2e8f9f7 | 72 | |
| <> | 144:ef7eb2e8f9f7 | 73 | /** |
| <> | 144:ef7eb2e8f9f7 | 74 | * @} |
| <> | 144:ef7eb2e8f9f7 | 75 | */ |
| <> | 144:ef7eb2e8f9f7 | 76 | |
| <> | 144:ef7eb2e8f9f7 | 77 | /** |
| <> | 144:ef7eb2e8f9f7 | 78 | * @} |
| <> | 144:ef7eb2e8f9f7 | 79 | */ |
| <> | 144:ef7eb2e8f9f7 | 80 | |
| <> | 144:ef7eb2e8f9f7 | 81 | /** |
| <> | 144:ef7eb2e8f9f7 | 82 | * @} |
| <> | 144:ef7eb2e8f9f7 | 83 | */ |
| <> | 144:ef7eb2e8f9f7 | 84 | #ifdef __cplusplus |
| <> | 144:ef7eb2e8f9f7 | 85 | } |
| <> | 144:ef7eb2e8f9f7 | 86 | #endif |
| <> | 144:ef7eb2e8f9f7 | 87 | |
| <> | 144:ef7eb2e8f9f7 | 88 | #endif /* __STM32L0xx_HAL_COMP_EX_H */ |
| <> | 144:ef7eb2e8f9f7 | 89 | |
| <> | 144:ef7eb2e8f9f7 | 90 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
| <> | 144:ef7eb2e8f9f7 | 91 |
