Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
112:6f327212ef96
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 112:6f327212ef96 1 /**
Kojto 112:6f327212ef96 2 ******************************************************************************
Kojto 112:6f327212ef96 3 * @file stm32l1xx_hal_comp.h
Kojto 112:6f327212ef96 4 * @author MCD Application Team
Kojto 112:6f327212ef96 5 * @version V1.0.0
Kojto 112:6f327212ef96 6 * @date 5-September-2014
Kojto 112:6f327212ef96 7 * @brief Header file of COMP HAL module.
Kojto 112:6f327212ef96 8 ******************************************************************************
Kojto 112:6f327212ef96 9 * @attention
Kojto 112:6f327212ef96 10 *
Kojto 112:6f327212ef96 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
Kojto 112:6f327212ef96 12 *
Kojto 112:6f327212ef96 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 112:6f327212ef96 14 * are permitted provided that the following conditions are met:
Kojto 112:6f327212ef96 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 112:6f327212ef96 16 * this list of conditions and the following disclaimer.
Kojto 112:6f327212ef96 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 112:6f327212ef96 18 * this list of conditions and the following disclaimer in the documentation
Kojto 112:6f327212ef96 19 * and/or other materials provided with the distribution.
Kojto 112:6f327212ef96 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 112:6f327212ef96 21 * may be used to endorse or promote products derived from this software
Kojto 112:6f327212ef96 22 * without specific prior written permission.
Kojto 112:6f327212ef96 23 *
Kojto 112:6f327212ef96 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 112:6f327212ef96 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 112:6f327212ef96 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 112:6f327212ef96 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 112:6f327212ef96 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 112:6f327212ef96 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 112:6f327212ef96 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 112:6f327212ef96 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 112:6f327212ef96 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 112:6f327212ef96 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 112:6f327212ef96 34 *
Kojto 112:6f327212ef96 35 ******************************************************************************
Kojto 112:6f327212ef96 36 */
Kojto 112:6f327212ef96 37
Kojto 112:6f327212ef96 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 112:6f327212ef96 39 #ifndef __STM32L1xx_HAL_COMP_H
Kojto 112:6f327212ef96 40 #define __STM32L1xx_HAL_COMP_H
Kojto 112:6f327212ef96 41
Kojto 112:6f327212ef96 42 #ifdef __cplusplus
Kojto 112:6f327212ef96 43 extern "C" {
Kojto 112:6f327212ef96 44 #endif
Kojto 112:6f327212ef96 45
Kojto 112:6f327212ef96 46 /* Includes ------------------------------------------------------------------*/
Kojto 112:6f327212ef96 47 #include "stm32l1xx_hal_def.h"
Kojto 112:6f327212ef96 48
Kojto 112:6f327212ef96 49 /** @addtogroup STM32L1xx_HAL_Driver
Kojto 112:6f327212ef96 50 * @{
Kojto 112:6f327212ef96 51 */
Kojto 112:6f327212ef96 52
Kojto 112:6f327212ef96 53 /** @addtogroup COMP
Kojto 112:6f327212ef96 54 * @{
Kojto 112:6f327212ef96 55 */
Kojto 112:6f327212ef96 56
Kojto 112:6f327212ef96 57 /* Exported types ------------------------------------------------------------*/
Kojto 112:6f327212ef96 58 /** @defgroup COMP_Exported_Types COMP Exported Types
Kojto 112:6f327212ef96 59 * @{
Kojto 112:6f327212ef96 60 */
Kojto 112:6f327212ef96 61
Kojto 112:6f327212ef96 62 /**
Kojto 112:6f327212ef96 63 * @brief COMP Init structure definition
Kojto 112:6f327212ef96 64 */
Kojto 112:6f327212ef96 65 typedef struct
Kojto 112:6f327212ef96 66 {
Kojto 112:6f327212ef96 67
Kojto 112:6f327212ef96 68 uint32_t InvertingInput; /*!< Selects the inverting input of the comparator.
Kojto 112:6f327212ef96 69 This parameter can be a value of @ref COMP_InvertingInput
Kojto 112:6f327212ef96 70 Note: Inverting input can be changed on the fly, while comparator is running.
Kojto 112:6f327212ef96 71 Note: This feature is available on COMP2 only. If COMP1 is selected, this parameter is discarded (On COMP1, inverting input is fixed to Vrefint). */
Kojto 112:6f327212ef96 72
Kojto 112:6f327212ef96 73 uint32_t NonInvertingInput; /*!< Selects the non inverting input of the comparator.
Kojto 112:6f327212ef96 74 This parameter can be a value of @ref COMPEx_NonInvertingInput */
Kojto 112:6f327212ef96 75
Kojto 112:6f327212ef96 76 uint32_t Output; /*!< Selects the output redirection of the comparator.
Kojto 112:6f327212ef96 77 This parameter can be a value of @ref COMP_Output
Kojto 112:6f327212ef96 78 Note: This feature is available on COMP2 only. If COMP1 is selected, this parameter is discarded. */
Kojto 112:6f327212ef96 79
Kojto 112:6f327212ef96 80 uint32_t Mode; /*!< Selects the operating consumption mode of the comparator
Kojto 112:6f327212ef96 81 to adjust the speed/consumption.
Kojto 112:6f327212ef96 82 This parameter can be a value of @ref COMP_Mode
Kojto 112:6f327212ef96 83 Note: This feature is available on COMP2 only. If COMP1 is selected, this parameter is discarded. */
Kojto 112:6f327212ef96 84
Kojto 112:6f327212ef96 85 uint32_t WindowMode; /*!< Selects the window mode of the 2 comparators.
Kojto 112:6f327212ef96 86 If enabled, non-inverting inputs of the 2 comparators are connected together and are using inputs of COMP2 only (COMP1 non-inverting input is no more accessible, even from ADC channel VCOMP).
Kojto 112:6f327212ef96 87 This parameter can be a value of @ref COMP_WindowMode
Kojto 112:6f327212ef96 88 Note: This feature must be enabled from COMP2 instance. If COMP1 is selected, this parameter is discarded. */
Kojto 112:6f327212ef96 89
Kojto 112:6f327212ef96 90 uint32_t TriggerMode; /*!< Selects the trigger mode of the comparator when using interruption on EXTI line (interrupt mode).
Kojto 112:6f327212ef96 91 This parameter can be a value of @ref COMP_TriggerMode
Kojto 112:6f327212ef96 92 Note: This feature is used with function "HAL_COMP_Start_IT()". In all other functions, this parameter is discarded. */
Kojto 112:6f327212ef96 93
Kojto 112:6f327212ef96 94 uint32_t NonInvertingInputPull; /*!< Selects the internal pulling resistor connected on non inverting input.
Kojto 112:6f327212ef96 95 This parameter can be a value of @ref COMP_NonInvertingInputPull
Kojto 112:6f327212ef96 96 Note: To avoid extra power consumption, only one resistor should be enabled at a time.
Kojto 112:6f327212ef96 97 Note: This feature is available on COMP1 only. If COMP2 is selected, this parameter is discarded. */
Kojto 112:6f327212ef96 98
Kojto 112:6f327212ef96 99 }COMP_InitTypeDef;
Kojto 112:6f327212ef96 100
Kojto 112:6f327212ef96 101 /**
Kojto 112:6f327212ef96 102 * @brief HAL State structures definition
Kojto 112:6f327212ef96 103 */
Kojto 112:6f327212ef96 104 typedef enum
Kojto 112:6f327212ef96 105 {
Kojto 112:6f327212ef96 106 HAL_COMP_STATE_RESET = 0x00, /*!< COMP not yet initialized or disabled */
Kojto 112:6f327212ef96 107 HAL_COMP_STATE_READY = 0x01, /*!< COMP initialized and ready for use */
Kojto 112:6f327212ef96 108 HAL_COMP_STATE_READY_LOCKED = 0x11, /*!< COMP initialized but the configuration is locked */
Kojto 112:6f327212ef96 109 HAL_COMP_STATE_BUSY = 0x02, /*!< COMP is running */
Kojto 112:6f327212ef96 110 HAL_COMP_STATE_BUSY_LOCKED = 0x12 /*!< COMP is running and the configuration is locked */
Kojto 112:6f327212ef96 111 }HAL_COMP_StateTypeDef;
Kojto 112:6f327212ef96 112
Kojto 112:6f327212ef96 113 /**
Kojto 112:6f327212ef96 114 * @brief COMP Handle Structure definition
Kojto 112:6f327212ef96 115 */
Kojto 112:6f327212ef96 116 typedef struct
Kojto 112:6f327212ef96 117 {
Kojto 112:6f327212ef96 118 COMP_TypeDef *Instance; /*!< Register base address */
Kojto 112:6f327212ef96 119 COMP_InitTypeDef Init; /*!< COMP required parameters */
Kojto 112:6f327212ef96 120 HAL_LockTypeDef Lock; /*!< Locking object */
Kojto 112:6f327212ef96 121 __IO HAL_COMP_StateTypeDef State; /*!< COMP communication state */
Kojto 112:6f327212ef96 122 } COMP_HandleTypeDef;
Kojto 112:6f327212ef96 123
Kojto 112:6f327212ef96 124 /**
Kojto 112:6f327212ef96 125 * @}
Kojto 112:6f327212ef96 126 */
Kojto 112:6f327212ef96 127
Kojto 112:6f327212ef96 128 /* Exported constants --------------------------------------------------------*/
Kojto 112:6f327212ef96 129 /** @defgroup COMP_Exported_Constants COMP Exported Constants
Kojto 112:6f327212ef96 130 * @{
Kojto 112:6f327212ef96 131 */
Kojto 112:6f327212ef96 132
Kojto 112:6f327212ef96 133 /** @defgroup COMP_Output COMP Output
Kojto 112:6f327212ef96 134 * @{
Kojto 112:6f327212ef96 135 */
Kojto 112:6f327212ef96 136 #define COMP_OUTPUT_TIM2IC4 ((uint32_t)0x00000000) /*!< COMP2 output connected to TIM2 Input Capture 4 */
Kojto 112:6f327212ef96 137 #define COMP_OUTPUT_TIM2OCREFCLR ( COMP_CSR_OUTSEL_0) /*!< COMP2 output connected to TIM2 OCREF Clear */
Kojto 112:6f327212ef96 138 #define COMP_OUTPUT_TIM3IC4 ( COMP_CSR_OUTSEL_1 ) /*!< COMP2 output connected to TIM3 Input Capture 4 */
Kojto 112:6f327212ef96 139 #define COMP_OUTPUT_TIM3OCREFCLR ( COMP_CSR_OUTSEL_1 | COMP_CSR_OUTSEL_0) /*!< COMP2 output connected to TIM3 OCREF Clear */
Kojto 112:6f327212ef96 140 #define COMP_OUTPUT_TIM4IC4 (COMP_CSR_OUTSEL_2 ) /*!< COMP2 output connected to TIM4 Input Capture 4 */
Kojto 112:6f327212ef96 141 #define COMP_OUTPUT_TIM4OCREFCLR (COMP_CSR_OUTSEL_2 | COMP_CSR_OUTSEL_0) /*!< COMP2 output connected to TIM4 OCREF Clear */
Kojto 112:6f327212ef96 142 #define COMP_OUTPUT_TIM10IC1 (COMP_CSR_OUTSEL_2 | COMP_CSR_OUTSEL_1 ) /*!< COMP2 output connected to TIM10 Input Capture 1 */
Kojto 112:6f327212ef96 143 #define COMP_OUTPUT_NONE (COMP_CSR_OUTSEL_2 | COMP_CSR_OUTSEL_1 | COMP_CSR_OUTSEL_0) /*!< COMP2 output is not connected to other peripherals */
Kojto 112:6f327212ef96 144
Kojto 112:6f327212ef96 145 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \
Kojto 112:6f327212ef96 146 ((OUTPUT) == COMP_OUTPUT_TIM2OCREFCLR) || \
Kojto 112:6f327212ef96 147 ((OUTPUT) == COMP_OUTPUT_TIM3IC4) || \
Kojto 112:6f327212ef96 148 ((OUTPUT) == COMP_OUTPUT_TIM3OCREFCLR) || \
Kojto 112:6f327212ef96 149 ((OUTPUT) == COMP_OUTPUT_TIM4IC4) || \
Kojto 112:6f327212ef96 150 ((OUTPUT) == COMP_OUTPUT_TIM4OCREFCLR) || \
Kojto 112:6f327212ef96 151 ((OUTPUT) == COMP_OUTPUT_TIM10IC1) || \
Kojto 112:6f327212ef96 152 ((OUTPUT) == COMP_OUTPUT_NONE) )
Kojto 112:6f327212ef96 153 /**
Kojto 112:6f327212ef96 154 * @}
Kojto 112:6f327212ef96 155 */
Kojto 112:6f327212ef96 156
Kojto 112:6f327212ef96 157 /** @defgroup COMP_InvertingInput COMP InvertingInput
Kojto 112:6f327212ef96 158 * @{
Kojto 112:6f327212ef96 159 */
Kojto 112:6f327212ef96 160 /* Inverting Input specific to COMP2 */
Kojto 112:6f327212ef96 161 #define COMP_INVERTINGINPUT_IO ( COMP_CSR_INSEL_0) /*!< External I/O (COMP2_INM connected to pin PB3) connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 162 #define COMP_INVERTINGINPUT_VREFINT ( COMP_CSR_INSEL_1 ) /*!< VREFINT connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 163 #define COMP_INVERTINGINPUT_3_4VREFINT ( COMP_CSR_INSEL_1 | COMP_CSR_INSEL_0) /*!< 3/4 VREFINT connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 164 #define COMP_INVERTINGINPUT_1_2VREFINT (COMP_CSR_INSEL_2 ) /*!< 1/2 VREFINT connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 165 #define COMP_INVERTINGINPUT_1_4VREFINT (COMP_CSR_INSEL_2 | COMP_CSR_INSEL_0) /*!< 1/4 VREFINT connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 166 #define COMP_INVERTINGINPUT_DAC1 (COMP_CSR_INSEL_2 | COMP_CSR_INSEL_1 ) /*!< DAC_OUT1 (PA4) connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 167 #define COMP_INVERTINGINPUT_DAC2 (COMP_CSR_INSEL_2 | COMP_CSR_INSEL_1 | COMP_CSR_INSEL_0) /*!< DAC2_OUT (PA5) connected to comparator 2 inverting input */
Kojto 112:6f327212ef96 168
Kojto 112:6f327212ef96 169 #define IS_COMP_INVERTINGINPUT(INPUT) (((INPUT) == COMP_INVERTINGINPUT_IO) || \
Kojto 112:6f327212ef96 170 ((INPUT) == COMP_INVERTINGINPUT_VREFINT) || \
Kojto 112:6f327212ef96 171 ((INPUT) == COMP_INVERTINGINPUT_3_4VREFINT) || \
Kojto 112:6f327212ef96 172 ((INPUT) == COMP_INVERTINGINPUT_1_2VREFINT) || \
Kojto 112:6f327212ef96 173 ((INPUT) == COMP_INVERTINGINPUT_1_4VREFINT) || \
Kojto 112:6f327212ef96 174 ((INPUT) == COMP_INVERTINGINPUT_DAC1) || \
Kojto 112:6f327212ef96 175 ((INPUT) == COMP_INVERTINGINPUT_DAC2) )
Kojto 112:6f327212ef96 176 /**
Kojto 112:6f327212ef96 177 * @}
Kojto 112:6f327212ef96 178 */
Kojto 112:6f327212ef96 179
Kojto 112:6f327212ef96 180 /** @defgroup COMP_Mode COMP Mode
Kojto 112:6f327212ef96 181 * @{
Kojto 112:6f327212ef96 182 */
Kojto 112:6f327212ef96 183 /* Please refer to the electrical characteristics in the device datasheet for
Kojto 112:6f327212ef96 184 the power consumption values */
Kojto 112:6f327212ef96 185 #define COMP_MODE_LOWSPEED ((uint32_t)0x00000000) /*!< Low Speed */
Kojto 112:6f327212ef96 186 #define COMP_MODE_HIGHSPEED COMP_CSR_SPEED /*!< High Speed */
Kojto 112:6f327212ef96 187
Kojto 112:6f327212ef96 188 #define IS_COMP_MODE(SPEED) (((SPEED) == COMP_MODE_LOWSPEED) || \
Kojto 112:6f327212ef96 189 ((SPEED) == COMP_MODE_HIGHSPEED))
Kojto 112:6f327212ef96 190 /**
Kojto 112:6f327212ef96 191 * @}
Kojto 112:6f327212ef96 192 */
Kojto 112:6f327212ef96 193
Kojto 112:6f327212ef96 194 /** @defgroup COMP_WindowMode COMP WindowMode
Kojto 112:6f327212ef96 195 * @{
Kojto 112:6f327212ef96 196 */
Kojto 112:6f327212ef96 197 #define COMP_WINDOWMODE_DISABLED ((uint32_t)0x00000000) /*!< Window mode disabled: COMP1 non-inverting input is independant */
Kojto 112:6f327212ef96 198 #define COMP_WINDOWMODE_ENABLED COMP_CSR_WNDWE /*!< Window mode enabled: COMP1 non-inverting input is no more accessible, even from ADC channel VCOMP) (connected to COMP2 non-inverting input) */
Kojto 112:6f327212ef96 199
Kojto 112:6f327212ef96 200 #define IS_COMP_WINDOWMODE(WINDOWMODE) (((WINDOWMODE) == COMP_WINDOWMODE_DISABLED) || \
Kojto 112:6f327212ef96 201 ((WINDOWMODE) == COMP_WINDOWMODE_ENABLED))
Kojto 112:6f327212ef96 202 /**
Kojto 112:6f327212ef96 203 * @}
Kojto 112:6f327212ef96 204 */
Kojto 112:6f327212ef96 205
Kojto 112:6f327212ef96 206 /** @defgroup COMP_OutputLevel COMP OutputLevel
Kojto 112:6f327212ef96 207 * @{
Kojto 112:6f327212ef96 208 */
Kojto 112:6f327212ef96 209 /* Comparator output is low when the non-inverting input is at a lower */
Kojto 112:6f327212ef96 210 /* voltage than the inverting input. */
Kojto 112:6f327212ef96 211 #define COMP_OUTPUTLEVEL_LOW ((uint32_t)0x00000000)
Kojto 112:6f327212ef96 212
Kojto 112:6f327212ef96 213 /* Comparator output is high when the non-inverting input is at a higher */
Kojto 112:6f327212ef96 214 /* voltage than the inverting input. */
Kojto 112:6f327212ef96 215 #define COMP_OUTPUTLEVEL_HIGH ((uint32_t)0x00000001)
Kojto 112:6f327212ef96 216 /**
Kojto 112:6f327212ef96 217 * @}
Kojto 112:6f327212ef96 218 */
Kojto 112:6f327212ef96 219
Kojto 112:6f327212ef96 220 /** @defgroup COMP_TriggerMode COMP TriggerMode
Kojto 112:6f327212ef96 221 * @{
Kojto 112:6f327212ef96 222 */
Kojto 112:6f327212ef96 223 #define COMP_TRIGGERMODE_NONE ((uint32_t)0x00000000) /*!< No External Interrupt trigger detection */
Kojto 112:6f327212ef96 224 #define COMP_TRIGGERMODE_IT_RISING ((uint32_t)0x00000001) /*!< External Interrupt Mode with Rising edge trigger detection */
Kojto 112:6f327212ef96 225 #define COMP_TRIGGERMODE_IT_FALLING ((uint32_t)0x00000002) /*!< External Interrupt Mode with Falling edge trigger detection */
Kojto 112:6f327212ef96 226 #define COMP_TRIGGERMODE_IT_RISING_FALLING ((uint32_t)0x00000003) /*!< External Interrupt Mode with Rising/Falling edge trigger detection */
Kojto 112:6f327212ef96 227
Kojto 112:6f327212ef96 228 #define IS_COMP_TRIGGERMODE(MODE) (((MODE) == COMP_TRIGGERMODE_NONE) || \
Kojto 112:6f327212ef96 229 ((MODE) == COMP_TRIGGERMODE_IT_RISING) || \
Kojto 112:6f327212ef96 230 ((MODE) == COMP_TRIGGERMODE_IT_FALLING) || \
Kojto 112:6f327212ef96 231 ((MODE) == COMP_TRIGGERMODE_IT_RISING_FALLING) )
Kojto 112:6f327212ef96 232 /**
Kojto 112:6f327212ef96 233 * @}
Kojto 112:6f327212ef96 234 */
Kojto 112:6f327212ef96 235
Kojto 112:6f327212ef96 236 /** @defgroup COMP_ExtiLineEvent COMP ExtiLineEvent
Kojto 112:6f327212ef96 237 * @{
Kojto 112:6f327212ef96 238 */
Kojto 112:6f327212ef96 239 #define COMP_EXTI_LINE_COMP1_EVENT EXTI_RTSR_TR21 /*!< External interrupt line 21 Connected to COMP1 */
Kojto 112:6f327212ef96 240 #define COMP_EXTI_LINE_COMP2_EVENT EXTI_RTSR_TR22 /*!< External interrupt line 22 Connected to COMP2 */
Kojto 112:6f327212ef96 241
Kojto 112:6f327212ef96 242 /**
Kojto 112:6f327212ef96 243 * @}
Kojto 112:6f327212ef96 244 */
Kojto 112:6f327212ef96 245
Kojto 112:6f327212ef96 246 /** @defgroup COMP_NonInvertingInputPull COMP NonInvertingInputPull
Kojto 112:6f327212ef96 247 * @{
Kojto 112:6f327212ef96 248 */
Kojto 112:6f327212ef96 249 #define COMP_NONINVERTINGINPUT_NOPULL ((uint32_t)0x00000000) /*!< No internal pull-up or pull-down resistor connected to comparator non inverting input */
Kojto 112:6f327212ef96 250 #define COMP_NONINVERTINGINPUT_10KPU COMP_CSR_10KPU /*!< Internal 10kOhm pull-up resistor connected to comparator non inverting input */
Kojto 112:6f327212ef96 251 #define COMP_NONINVERTINGINPUT_10KPD COMP_CSR_10KPD /*!< Internal 10kOhm pull-down resistor connected to comparator non inverting input */
Kojto 112:6f327212ef96 252 #define COMP_NONINVERTINGINPUT_400KPU COMP_CSR_400KPU /*!< Internal 400kOhm pull-up resistor connected to comparator non inverting input */
Kojto 112:6f327212ef96 253 #define COMP_NONINVERTINGINPUT_400KPD COMP_CSR_400KPD /*!< Internal 400kOhm pull-down resistor connected to comparator non inverting input */
Kojto 112:6f327212ef96 254
Kojto 112:6f327212ef96 255 #define IS_COMP_NONINVERTINGINPUTPULL(INPUT) (((INPUT) == COMP_NONINVERTINGINPUT_NOPULL) || \
Kojto 112:6f327212ef96 256 ((INPUT) == COMP_NONINVERTINGINPUT_10KPU) || \
Kojto 112:6f327212ef96 257 ((INPUT) == COMP_NONINVERTINGINPUT_10KPD) || \
Kojto 112:6f327212ef96 258 ((INPUT) == COMP_NONINVERTINGINPUT_400KPU) || \
Kojto 112:6f327212ef96 259 ((INPUT) == COMP_NONINVERTINGINPUT_400KPD) )
Kojto 112:6f327212ef96 260 /**
Kojto 112:6f327212ef96 261 * @}
Kojto 112:6f327212ef96 262 */
Kojto 112:6f327212ef96 263
Kojto 112:6f327212ef96 264 /**
Kojto 112:6f327212ef96 265 * @}
Kojto 112:6f327212ef96 266 */
Kojto 112:6f327212ef96 267
Kojto 112:6f327212ef96 268
Kojto 112:6f327212ef96 269 /* Exported macro ------------------------------------------------------------*/
Kojto 112:6f327212ef96 270
Kojto 112:6f327212ef96 271 /** @defgroup COMP_Exported_Macro COMP Exported Macro
Kojto 112:6f327212ef96 272 * @{
Kojto 112:6f327212ef96 273 */
Kojto 112:6f327212ef96 274
Kojto 112:6f327212ef96 275 /** @brief Reset COMP handle state
Kojto 112:6f327212ef96 276 * @param __HANDLE__: COMP handle.
Kojto 112:6f327212ef96 277 * @retval None
Kojto 112:6f327212ef96 278 */
Kojto 112:6f327212ef96 279 #define __HAL_COMP_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_COMP_STATE_RESET)
Kojto 112:6f327212ef96 280
Kojto 112:6f327212ef96 281 /**
Kojto 112:6f327212ef96 282 * @brief Enables the specified comparator
Kojto 112:6f327212ef96 283 * @param __HANDLE__: COMP handle.
Kojto 112:6f327212ef96 284 * @retval None.
Kojto 112:6f327212ef96 285 */
Kojto 112:6f327212ef96 286 #define __HAL_COMP_ENABLE(__HANDLE__) \
Kojto 112:6f327212ef96 287 ( ( ((__HANDLE__)->Instance == COMP1) \
Kojto 112:6f327212ef96 288 )? \
Kojto 112:6f327212ef96 289 SET_BIT(COMP->CSR, COMP_CSR_CMP1EN) \
Kojto 112:6f327212ef96 290 : \
Kojto 112:6f327212ef96 291 MODIFY_REG(COMP->CSR, COMP_CSR_INSEL, (__HANDLE__)->Init.InvertingInput ) \
Kojto 112:6f327212ef96 292 )
Kojto 112:6f327212ef96 293
Kojto 112:6f327212ef96 294 /**
Kojto 112:6f327212ef96 295 * @brief Disables the specified comparator
Kojto 112:6f327212ef96 296 * @param __HANDLE__: COMP handle.
Kojto 112:6f327212ef96 297 * @retval None.
Kojto 112:6f327212ef96 298 */
Kojto 112:6f327212ef96 299 #define __HAL_COMP_DISABLE(__HANDLE__) \
Kojto 112:6f327212ef96 300 ( ( ((__HANDLE__)->Instance == COMP1) \
Kojto 112:6f327212ef96 301 )? \
Kojto 112:6f327212ef96 302 CLEAR_BIT(COMP->CSR, COMP_CSR_CMP1EN) \
Kojto 112:6f327212ef96 303 : \
Kojto 112:6f327212ef96 304 CLEAR_BIT(COMP->CSR, COMP_CSR_INSEL) \
Kojto 112:6f327212ef96 305 )
Kojto 112:6f327212ef96 306
Kojto 112:6f327212ef96 307
Kojto 112:6f327212ef96 308 /** @brief Checks whether the specified COMP flag is set or not.
Kojto 112:6f327212ef96 309 * @param __HANDLE__: specifies the COMP Handle.
Kojto 112:6f327212ef96 310 * @param __FLAG__: specifies the flag to check.
Kojto 112:6f327212ef96 311 * This parameter can be one of the following values:
Kojto 112:6f327212ef96 312 * @arg COMP_FLAG_LOCK: lock flag
Kojto 112:6f327212ef96 313 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 112:6f327212ef96 314 */
Kojto 112:6f327212ef96 315 #define __HAL_COMP_GET_FLAG(__HANDLE__, __FLAG__) (READ_BIT((__HANDLE__)->Instance->CSR, (__FLAG__)) == (__FLAG__))
Kojto 112:6f327212ef96 316
Kojto 112:6f327212ef96 317
Kojto 112:6f327212ef96 318 /**
Kojto 112:6f327212ef96 319 * @brief Enable the Exti Line rising edge trigger.
Kojto 112:6f327212ef96 320 * @param __EXTILINE__: specifies the COMP Exti sources to be enabled.
Kojto 112:6f327212ef96 321 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 322 * @retval None.
Kojto 112:6f327212ef96 323 */
Kojto 112:6f327212ef96 324 #define __HAL_COMP_EXTI_RISING_IT_ENABLE(__EXTILINE__) (SET_BIT(EXTI->RTSR, (__EXTILINE__)))
Kojto 112:6f327212ef96 325
Kojto 112:6f327212ef96 326 /**
Kojto 112:6f327212ef96 327 * @brief Disable the Exti Line rising edge trigger.
Kojto 112:6f327212ef96 328 * @param __EXTILINE__: specifies the COMP Exti sources to be disabled.
Kojto 112:6f327212ef96 329 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 330 * @retval None.
Kojto 112:6f327212ef96 331 */
Kojto 112:6f327212ef96 332 #define __HAL_COMP_EXTI_RISING_IT_DISABLE(__EXTILINE__) (CLEAR_BIT(EXTI->RTSR, (__EXTILINE__)))
Kojto 112:6f327212ef96 333
Kojto 112:6f327212ef96 334 /**
Kojto 112:6f327212ef96 335 * @brief Enable the Exti Line falling edge trigger.
Kojto 112:6f327212ef96 336 * @param __EXTILINE__: specifies the COMP Exti sources to be enabled.
Kojto 112:6f327212ef96 337 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 338 * @retval None.
Kojto 112:6f327212ef96 339 */
Kojto 112:6f327212ef96 340 #define __HAL_COMP_EXTI_FALLING_IT_ENABLE(__EXTILINE__) (SET_BIT(EXTI->FTSR, (__EXTILINE__)))
Kojto 112:6f327212ef96 341
Kojto 112:6f327212ef96 342 /**
Kojto 112:6f327212ef96 343 * @brief Disable the Exti Line falling edge trigger.
Kojto 112:6f327212ef96 344 * @param __EXTILINE__: specifies the COMP Exti sources to be disabled.
Kojto 112:6f327212ef96 345 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 346 * @retval None.
Kojto 112:6f327212ef96 347 */
Kojto 112:6f327212ef96 348 #define __HAL_COMP_EXTI_FALLING_IT_DISABLE(__EXTILINE__) (CLEAR_BIT(EXTI->FTSR, (__EXTILINE__)))
Kojto 112:6f327212ef96 349
Kojto 112:6f327212ef96 350 /**
Kojto 112:6f327212ef96 351 * @brief Get the specified EXTI line for a comparator instance
Kojto 112:6f327212ef96 352 * @param __INSTANCE__: specifies the COMP instance.
Kojto 112:6f327212ef96 353 * @retval value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 354 */
Kojto 112:6f327212ef96 355 #define __HAL_COMP_GET_EXTI_LINE(__INSTANCE__) \
Kojto 112:6f327212ef96 356 ( ( ((__INSTANCE__) == COMP1) \
Kojto 112:6f327212ef96 357 )? \
Kojto 112:6f327212ef96 358 (COMP_EXTI_LINE_COMP1_EVENT) \
Kojto 112:6f327212ef96 359 : \
Kojto 112:6f327212ef96 360 (COMP_EXTI_LINE_COMP2_EVENT) \
Kojto 112:6f327212ef96 361 )
Kojto 112:6f327212ef96 362
Kojto 112:6f327212ef96 363 /**
Kojto 112:6f327212ef96 364 * @brief Enable the COMP Exti Line.
Kojto 112:6f327212ef96 365 * @param __EXTILINE__: specifies the COMP Exti sources to be enabled.
Kojto 112:6f327212ef96 366 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 367 * @retval None.
Kojto 112:6f327212ef96 368 */
Kojto 112:6f327212ef96 369 #define __HAL_COMP_EXTI_ENABLE_IT(__EXTILINE__) (SET_BIT(EXTI->IMR, (__EXTILINE__)))
Kojto 112:6f327212ef96 370
Kojto 112:6f327212ef96 371 /**
Kojto 112:6f327212ef96 372 * @brief Disable the COMP Exti Line.
Kojto 112:6f327212ef96 373 * @param __EXTILINE__: specifies the COMP Exti sources to be disabled.
Kojto 112:6f327212ef96 374 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 375 * @retval None.
Kojto 112:6f327212ef96 376 */
Kojto 112:6f327212ef96 377 #define __HAL_COMP_EXTI_DISABLE_IT(__EXTILINE__) (CLEAR_BIT(EXTI->IMR, (__EXTILINE__)))
Kojto 112:6f327212ef96 378
Kojto 112:6f327212ef96 379 /**
Kojto 112:6f327212ef96 380 * @brief Checks whether the specified EXTI line flag is set or not.
Kojto 112:6f327212ef96 381 * @param __FLAG__: specifies the COMP Exti sources to be checked.
Kojto 112:6f327212ef96 382 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 383 * @retval The state of __FLAG__ (SET or RESET).
Kojto 112:6f327212ef96 384 */
Kojto 112:6f327212ef96 385 #define __HAL_COMP_EXTI_GET_FLAG(__FLAG__) (READ_BIT(EXTI->PR, (__FLAG__)))
Kojto 112:6f327212ef96 386
Kojto 112:6f327212ef96 387 /**
Kojto 112:6f327212ef96 388 * @brief Clear the COMP Exti flags.
Kojto 112:6f327212ef96 389 * @param __FLAG__: specifies the COMP Exti sources to be cleared.
Kojto 112:6f327212ef96 390 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 391 * @retval None.
Kojto 112:6f327212ef96 392 */
Kojto 112:6f327212ef96 393 #define __HAL_COMP_EXTI_CLEAR_FLAG(__FLAG__) (EXTI->PR = (__FLAG__))
Kojto 112:6f327212ef96 394
Kojto 112:6f327212ef96 395 /**
Kojto 112:6f327212ef96 396 * @brief Generates a Software interrupt on selected EXTI line.
Kojto 112:6f327212ef96 397 * @param __EXTILINE__: specifies the COMP Exti sources to trig.
Kojto 112:6f327212ef96 398 * This parameter can be a value of @ref COMP_ExtiLineEvent
Kojto 112:6f327212ef96 399 * @retval None
Kojto 112:6f327212ef96 400 */
Kojto 112:6f327212ef96 401 #define __HAL_COMP_EXTI_GENERATE_SWIT(__EXTILINE__) (SET_BIT(EXTI->SWIER, (__EXTILINE__)))
Kojto 112:6f327212ef96 402
Kojto 112:6f327212ef96 403 /**
Kojto 112:6f327212ef96 404 * @}
Kojto 112:6f327212ef96 405 */
Kojto 112:6f327212ef96 406
Kojto 112:6f327212ef96 407 /* Private macro -------------------------------------------------------------*/
Kojto 112:6f327212ef96 408
Kojto 112:6f327212ef96 409 /** @defgroup COMP_Private_Macro COMP Private Macro
Kojto 112:6f327212ef96 410 * @{
Kojto 112:6f327212ef96 411 */
Kojto 112:6f327212ef96 412
Kojto 112:6f327212ef96 413 /**
Kojto 112:6f327212ef96 414 * @brief Select the COMP register CSR bit CMPxOUT corresponding to the
Kojto 112:6f327212ef96 415 * selected COMP instance.
Kojto 112:6f327212ef96 416 * @param __HANDLE__: COMP handle
Kojto 112:6f327212ef96 417 * @retval Comparator register CSR bit COMP_CSR_CMP1OUT or COMP_CSR_CMP2OUT
Kojto 112:6f327212ef96 418 */
Kojto 112:6f327212ef96 419 #define __COMP_CSR_CMPXOUT(__HANDLE__) \
Kojto 112:6f327212ef96 420 ( ( ((__HANDLE__)->Instance == COMP1) \
Kojto 112:6f327212ef96 421 )? \
Kojto 112:6f327212ef96 422 (COMP_CSR_CMP1OUT) \
Kojto 112:6f327212ef96 423 : \
Kojto 112:6f327212ef96 424 (COMP_CSR_CMP2OUT) \
Kojto 112:6f327212ef96 425 )
Kojto 112:6f327212ef96 426
Kojto 112:6f327212ef96 427 /**
Kojto 112:6f327212ef96 428 * @brief Verification of COMP state: enabled or disabled
Kojto 112:6f327212ef96 429 * @param __HANDLE__: COMP handle
Kojto 112:6f327212ef96 430 * @retval SET (COMP enabled) or RESET (COMP disabled)
Kojto 112:6f327212ef96 431 */
Kojto 112:6f327212ef96 432 #define __COMP_IS_ENABLED(__HANDLE__) \
Kojto 112:6f327212ef96 433 ( ( ((__HANDLE__)->Instance == COMP1) \
Kojto 112:6f327212ef96 434 )? \
Kojto 112:6f327212ef96 435 (((READ_BIT(COMP->CSR , COMP_CSR_CMP1EN) == COMP_CSR_CMP1EN) \
Kojto 112:6f327212ef96 436 ) ? SET : RESET) \
Kojto 112:6f327212ef96 437 : \
Kojto 112:6f327212ef96 438 (((READ_BIT(COMP->CSR , COMP_CSR_INSEL) != RESET) \
Kojto 112:6f327212ef96 439 ) ? SET : RESET) \
Kojto 112:6f327212ef96 440 )
Kojto 112:6f327212ef96 441
Kojto 112:6f327212ef96 442 /**
Kojto 112:6f327212ef96 443 * @}
Kojto 112:6f327212ef96 444 */
Kojto 112:6f327212ef96 445
Kojto 112:6f327212ef96 446
Kojto 112:6f327212ef96 447 /* Include COMP HAL Extension module */
Kojto 112:6f327212ef96 448 #include "stm32l1xx_hal_comp_ex.h"
Kojto 112:6f327212ef96 449
Kojto 112:6f327212ef96 450 /* Exported functions --------------------------------------------------------*/
Kojto 112:6f327212ef96 451 /** @addtogroup COMP_Exported_Functions
Kojto 112:6f327212ef96 452 * @{
Kojto 112:6f327212ef96 453 */
Kojto 112:6f327212ef96 454
Kojto 112:6f327212ef96 455 /* Initialization and de-initialization functions ******************************/
Kojto 112:6f327212ef96 456 /** @addtogroup COMP_Exported_Functions_Group1
Kojto 112:6f327212ef96 457 * @{
Kojto 112:6f327212ef96 458 */
Kojto 112:6f327212ef96 459 HAL_StatusTypeDef HAL_COMP_Init(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 460 HAL_StatusTypeDef HAL_COMP_DeInit (COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 461 void HAL_COMP_MspInit(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 462 void HAL_COMP_MspDeInit(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 463 /**
Kojto 112:6f327212ef96 464 * @}
Kojto 112:6f327212ef96 465 */
Kojto 112:6f327212ef96 466
Kojto 112:6f327212ef96 467 /* I/O operation functions *****************************************************/
Kojto 112:6f327212ef96 468 /** @addtogroup COMP_Exported_Functions_Group2
Kojto 112:6f327212ef96 469 * @{
Kojto 112:6f327212ef96 470 */
Kojto 112:6f327212ef96 471 HAL_StatusTypeDef HAL_COMP_Start(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 472 HAL_StatusTypeDef HAL_COMP_Stop(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 473 HAL_StatusTypeDef HAL_COMP_Start_IT(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 474 HAL_StatusTypeDef HAL_COMP_Stop_IT(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 475 void HAL_COMP_IRQHandler(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 476 /**
Kojto 112:6f327212ef96 477 * @}
Kojto 112:6f327212ef96 478 */
Kojto 112:6f327212ef96 479
Kojto 112:6f327212ef96 480 /* Peripheral Control functions ************************************************/
Kojto 112:6f327212ef96 481 /** @addtogroup COMP_Exported_Functions_Group3
Kojto 112:6f327212ef96 482 * @{
Kojto 112:6f327212ef96 483 */
Kojto 112:6f327212ef96 484 HAL_StatusTypeDef HAL_COMP_Lock(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 485 uint32_t HAL_COMP_GetOutputLevel(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 486
Kojto 112:6f327212ef96 487 /* Callback in Interrupt mode */
Kojto 112:6f327212ef96 488 void HAL_COMP_TriggerCallback(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 489 /**
Kojto 112:6f327212ef96 490 * @}
Kojto 112:6f327212ef96 491 */
Kojto 112:6f327212ef96 492
Kojto 112:6f327212ef96 493 /* Peripheral State functions **************************************************/
Kojto 112:6f327212ef96 494 /** @addtogroup COMP_Exported_Functions_Group4
Kojto 112:6f327212ef96 495 * @{
Kojto 112:6f327212ef96 496 */
Kojto 112:6f327212ef96 497 HAL_COMP_StateTypeDef HAL_COMP_GetState(COMP_HandleTypeDef *hcomp);
Kojto 112:6f327212ef96 498 /**
Kojto 112:6f327212ef96 499 * @}
Kojto 112:6f327212ef96 500 */
Kojto 112:6f327212ef96 501
Kojto 112:6f327212ef96 502 /**
Kojto 112:6f327212ef96 503 * @}
Kojto 112:6f327212ef96 504 */
Kojto 112:6f327212ef96 505
Kojto 112:6f327212ef96 506 /**
Kojto 112:6f327212ef96 507 * @}
Kojto 112:6f327212ef96 508 */
Kojto 112:6f327212ef96 509
Kojto 112:6f327212ef96 510 /**
Kojto 112:6f327212ef96 511 * @}
Kojto 112:6f327212ef96 512 */
Kojto 112:6f327212ef96 513
Kojto 112:6f327212ef96 514 #ifdef __cplusplus
Kojto 112:6f327212ef96 515 }
Kojto 112:6f327212ef96 516 #endif
Kojto 112:6f327212ef96 517
Kojto 112:6f327212ef96 518 #endif /* __STM32L1xx_HAL_COMP_H */
Kojto 112:6f327212ef96 519
Kojto 112:6f327212ef96 520 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/