You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

77 lines
2.0 KiB

  1. /**
  2. ******************************************************************************
  3. * @file stm32l0xx_hal_comp_ex.h
  4. * @author MCD Application Team
  5. * @brief Header file of COMP HAL Extended module.
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * <h2><center>&copy; Copyright(c) 2016 STMicroelectronics.
  10. * All rights reserved.</center></h2>
  11. *
  12. * This software component is licensed by ST under BSD 3-Clause license,
  13. * the "License"; You may not use this file except in compliance with the
  14. * License. You may obtain a copy of the License at:
  15. * opensource.org/licenses/BSD-3-Clause
  16. *
  17. ******************************************************************************
  18. */
  19. /* Define to prevent recursive inclusion -------------------------------------*/
  20. #ifndef __STM32L0xx_HAL_COMP_EX_H
  21. #define __STM32L0xx_HAL_COMP_EX_H
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. #if !defined(STM32L010xB) && !defined (STM32L010x8) && !defined (STM32L010x6) && !defined (STM32L010x4)
  26. /* Includes ------------------------------------------------------------------*/
  27. #include "stm32l0xx_hal_def.h"
  28. /** @addtogroup STM32L0xx_HAL_Driver
  29. * @{
  30. */
  31. /** @defgroup COMPEx COMPEx
  32. * @{
  33. */
  34. /* Exported functions --------------------------------------------------------*/
  35. /** @defgroup COMPEx_Exported_Functions COMPEx Exported Functions
  36. * @{
  37. */
  38. /** @defgroup COMPEx_Exported_Functions_Group1 Extended COMP VREFINT setup functions
  39. * @{
  40. */
  41. /* COMP specific functions to manage VREFINT *************************************/
  42. void HAL_COMPEx_EnableVREFINT(void);
  43. void HAL_COMPEx_DisableVREFINT(void);
  44. /**
  45. * @}
  46. */
  47. /**
  48. * @}
  49. */
  50. /**
  51. * @}
  52. */
  53. /**
  54. * @}
  55. */
  56. #endif /* #if !defined(STM32L010xB) && !defined (STM32L010x8) && !defined (STM32L010x6) && !defined (STM32L010x4) */
  57. #ifdef __cplusplus
  58. }
  59. #endif
  60. #endif /* __STM32L0xx_HAL_COMP_EX_H */
  61. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/