RTEMS 6.1-rc7
Loading...
Searching...
No Matches
stm32h7xx_hal_opamp_ex.h
Go to the documentation of this file.
1
19/* Define to prevent recursive inclusion -------------------------------------*/
20#ifndef STM32H7xx_HAL_OPAMP_EX_H
21#define STM32H7xx_HAL_OPAMP_EX_H
22
23#ifdef __cplusplus
24 extern "C" {
25#endif
26
27/* Includes ------------------------------------------------------------------*/
28#include "stm32h7xx_hal_def.h"
29
37/* Exported types ------------------------------------------------------------*/
38/* Exported constants --------------------------------------------------------*/
39/* Exported macro ------------------------------------------------------------*/
40/* Exported functions --------------------------------------------------------*/
45/* Extended IO operation functions *****************************************************/
50
54/* Peripheral Control functions ************************************************/
75#ifdef __cplusplus
76}
77#endif
78
79
80#endif /* STM32H7xx_HAL_OPAMP_EX_H */
81
HAL_StatusTypeDef HAL_OPAMPEx_SelfCalibrateAll(OPAMP_HandleTypeDef *hopamp1, OPAMP_HandleTypeDef *hopamp2)
Run the self calibration of 2 OPAMPs in parallel.
Definition: stm32h7xx_hal_opamp_ex.c:80
HAL_StatusTypeDef HAL_OPAMPEx_Unlock(OPAMP_HandleTypeDef *hopamp)
Unlock the selected OPAMP configuration.
Definition: stm32h7xx_hal_opamp_ex.c:392
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.
Definition: stm32h7xx_hal_def.h:47
OPAMP Handle Structure definition.
Definition: stm32h7xx_hal_opamp.h:130