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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_NUCLEO_L053R8/stm32l0xx_hal_comp_ex.h@119:aae6fcc7d9bb, 2016-04-27 (annotated)
- Committer:
- Kojto
- Date:
- Wed Apr 27 12:10:56 2016 -0500
- Revision:
- 119:aae6fcc7d9bb
- Parent:
- 96:487b796308b0
Release 119 of the mbed library
Changes:
- new targets - EFM32PG_STK3401, NUCLEO_L031K6
- ST - hwflwctl support for NUCLEO_L476RG
- Update STM32CUBE_L0 from v1.2 to v1.5
- STM32F7 - bugfix - The weak function HAL_Delay is overwritten to use us ticker API.
- Maxim - Fixing the send break for the MAXWSNENV and MAX32600MBED
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 96:487b796308b0 | 1 | /** |
Kojto | 96:487b796308b0 | 2 | ****************************************************************************** |
Kojto | 96:487b796308b0 | 3 | * @file stm32l0xx_hal_comp_ex.h |
Kojto | 96:487b796308b0 | 4 | * @author MCD Application Team |
Kojto | 119:aae6fcc7d9bb | 5 | * @version V1.5.0 |
Kojto | 119:aae6fcc7d9bb | 6 | * @date 8-January-2016 |
Kojto | 96:487b796308b0 | 7 | * @brief Header file of COMP HAL Extended module. |
Kojto | 96:487b796308b0 | 8 | ****************************************************************************** |
Kojto | 96:487b796308b0 | 9 | * @attention |
Kojto | 96:487b796308b0 | 10 | * |
Kojto | 119:aae6fcc7d9bb | 11 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
Kojto | 96:487b796308b0 | 12 | * |
Kojto | 96:487b796308b0 | 13 | * Redistribution and use in source and binary forms, with or without modification, |
Kojto | 96:487b796308b0 | 14 | * are permitted provided that the following conditions are met: |
Kojto | 96:487b796308b0 | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
Kojto | 96:487b796308b0 | 16 | * this list of conditions and the following disclaimer. |
Kojto | 96:487b796308b0 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
Kojto | 96:487b796308b0 | 18 | * this list of conditions and the following disclaimer in the documentation |
Kojto | 96:487b796308b0 | 19 | * and/or other materials provided with the distribution. |
Kojto | 96:487b796308b0 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
Kojto | 96:487b796308b0 | 21 | * may be used to endorse or promote products derived from this software |
Kojto | 96:487b796308b0 | 22 | * without specific prior written permission. |
Kojto | 96:487b796308b0 | 23 | * |
Kojto | 96:487b796308b0 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
Kojto | 96:487b796308b0 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
Kojto | 96:487b796308b0 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
Kojto | 96:487b796308b0 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
Kojto | 96:487b796308b0 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Kojto | 96:487b796308b0 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
Kojto | 96:487b796308b0 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
Kojto | 96:487b796308b0 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
Kojto | 96:487b796308b0 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
Kojto | 96:487b796308b0 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Kojto | 96:487b796308b0 | 34 | * |
Kojto | 96:487b796308b0 | 35 | ****************************************************************************** |
Kojto | 96:487b796308b0 | 36 | */ |
Kojto | 96:487b796308b0 | 37 | |
Kojto | 96:487b796308b0 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ |
Kojto | 96:487b796308b0 | 39 | #ifndef __STM32L0xx_HAL_COMP_EX_H |
Kojto | 96:487b796308b0 | 40 | #define __STM32L0xx_HAL_COMP_EX_H |
Kojto | 96:487b796308b0 | 41 | |
Kojto | 96:487b796308b0 | 42 | #ifdef __cplusplus |
Kojto | 96:487b796308b0 | 43 | extern "C" { |
Kojto | 96:487b796308b0 | 44 | #endif |
Kojto | 96:487b796308b0 | 45 | |
Kojto | 96:487b796308b0 | 46 | /* Includes ------------------------------------------------------------------*/ |
Kojto | 96:487b796308b0 | 47 | #include "stm32l0xx_hal_def.h" |
Kojto | 96:487b796308b0 | 48 | |
Kojto | 96:487b796308b0 | 49 | /** @addtogroup STM32L0xx_HAL_Driver |
Kojto | 96:487b796308b0 | 50 | * @{ |
Kojto | 96:487b796308b0 | 51 | */ |
Kojto | 96:487b796308b0 | 52 | |
Kojto | 96:487b796308b0 | 53 | /** @defgroup COMPEx COMPEx |
Kojto | 96:487b796308b0 | 54 | * @{ |
Kojto | 96:487b796308b0 | 55 | */ |
Kojto | 96:487b796308b0 | 56 | |
Kojto | 96:487b796308b0 | 57 | /* Exported functions --------------------------------------------------------*/ |
Kojto | 119:aae6fcc7d9bb | 58 | /** @defgroup COMPEx_Exported_Functions COMPEx Exported Functions |
Kojto | 96:487b796308b0 | 59 | * @{ |
Kojto | 96:487b796308b0 | 60 | */ |
Kojto | 96:487b796308b0 | 61 | |
Kojto | 96:487b796308b0 | 62 | /** @defgroup COMPEx_Exported_Functions_Group1 Extended COMP VREFINT setup functions |
Kojto | 96:487b796308b0 | 63 | * @{ |
Kojto | 96:487b796308b0 | 64 | */ |
Kojto | 96:487b796308b0 | 65 | /* COMP specific functions to manage VREFINT *************************************/ |
Kojto | 96:487b796308b0 | 66 | void HAL_COMPEx_EnableVREFINT(void); |
Kojto | 96:487b796308b0 | 67 | void HAL_COMPEx_DisableVREFINT(void); |
Kojto | 96:487b796308b0 | 68 | |
Kojto | 96:487b796308b0 | 69 | /** |
Kojto | 96:487b796308b0 | 70 | * @} |
Kojto | 96:487b796308b0 | 71 | */ |
Kojto | 96:487b796308b0 | 72 | |
Kojto | 96:487b796308b0 | 73 | /** |
Kojto | 96:487b796308b0 | 74 | * @} |
Kojto | 96:487b796308b0 | 75 | */ |
Kojto | 96:487b796308b0 | 76 | |
Kojto | 96:487b796308b0 | 77 | /** |
Kojto | 96:487b796308b0 | 78 | * @} |
Kojto | 96:487b796308b0 | 79 | */ |
Kojto | 96:487b796308b0 | 80 | |
Kojto | 96:487b796308b0 | 81 | /** |
Kojto | 96:487b796308b0 | 82 | * @} |
Kojto | 96:487b796308b0 | 83 | */ |
Kojto | 96:487b796308b0 | 84 | #ifdef __cplusplus |
Kojto | 96:487b796308b0 | 85 | } |
Kojto | 96:487b796308b0 | 86 | #endif |
Kojto | 96:487b796308b0 | 87 | |
Kojto | 96:487b796308b0 | 88 | #endif /* __STM32L0xx_HAL_COMP_EX_H */ |
Kojto | 96:487b796308b0 | 89 | |
Kojto | 96:487b796308b0 | 90 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
Kojto | 96:487b796308b0 | 91 |