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.
Start-Stop operation functions
[COMP Exported Functions]
Start-Stop operation functions. More...
Functions | |
HAL_StatusTypeDef | HAL_COMP_Start (COMP_HandleTypeDef *hcomp) |
Start the comparator. | |
HAL_StatusTypeDef | HAL_COMP_Stop (COMP_HandleTypeDef *hcomp) |
Stop the comparator. | |
void | HAL_COMP_IRQHandler (COMP_HandleTypeDef *hcomp) |
Comparator IRQ handler. |
Detailed Description
Start-Stop operation functions.
=============================================================================== ##### IO operation functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Start a comparator instance. (+) Stop a comparator instance.
Function Documentation
void HAL_COMP_IRQHandler | ( | COMP_HandleTypeDef * | hcomp ) |
Comparator IRQ handler.
- Parameters:
-
hcomp COMP handle
- Return values:
-
None
Definition at line 570 of file stm32l4xx_hal_comp.c.
HAL_StatusTypeDef HAL_COMP_Start | ( | COMP_HandleTypeDef * | hcomp ) |
Start the comparator.
- Parameters:
-
hcomp COMP handle
- Return values:
-
HAL status
Definition at line 486 of file stm32l4xx_hal_comp.c.
HAL_StatusTypeDef HAL_COMP_Stop | ( | COMP_HandleTypeDef * | hcomp ) |
Stop the comparator.
- Parameters:
-
hcomp COMP handle
- Return values:
-
HAL status
Definition at line 533 of file stm32l4xx_hal_comp.c.
Generated on Tue Jul 12 2022 11:00:03 by
