STM32H735xx HAL User Manual
Functions
Initialization and de-initialization functions
OPAMP Exported Functions

Initialization and Configuration functions. More...

Functions

HAL_StatusTypeDef HAL_OPAMP_Init (OPAMP_HandleTypeDef *hopamp)
 Initialize the OPAMP according to the specified parameters in the OPAMP_InitTypeDef and initialize the associated handle.
HAL_StatusTypeDef HAL_OPAMP_DeInit (OPAMP_HandleTypeDef *hopamp)
 DeInitialize the OPAMP peripheral.
__weak void HAL_OPAMP_MspInit (OPAMP_HandleTypeDef *hopamp)
 Initialize the OPAMP MSP.
__weak void HAL_OPAMP_MspDeInit (OPAMP_HandleTypeDef *hopamp)
 DeInitialize OPAMP MSP.

Detailed Description

Initialization and Configuration functions.

  ==============================================================================
              ##### Initialization and de-initialization functions #####
  ==============================================================================
 

Function Documentation

HAL_StatusTypeDef HAL_OPAMP_DeInit ( OPAMP_HandleTypeDef hopamp)

DeInitialize the OPAMP peripheral.

Note:
Deinitialization can be performed if the OPAMP configuration is locked. (the lock is SW in H7)
Parameters:
hopampOPAMP handle
Return values:
HALstatus

Definition at line 429 of file stm32h7xx_hal_opamp.c.

References assert_param, HAL_OPAMP_MspDeInit(), HAL_OPAMP_STATE_CALIBBUSY, HAL_OPAMP_STATE_RESET, __OPAMP_HandleTypeDef::Instance, __OPAMP_HandleTypeDef::MspDeInitCallback, OPAMP_CSR_RESET_VALUE, and __OPAMP_HandleTypeDef::State.

HAL_StatusTypeDef HAL_OPAMP_Init ( OPAMP_HandleTypeDef hopamp)

DeInitialize OPAMP MSP.

Parameters:
hopampOPAMP handle
Return values:
None

Definition at line 494 of file stm32h7xx_hal_opamp.c.

Referenced by HAL_OPAMP_DeInit(), and HAL_OPAMP_UnRegisterCallback().

Initialize the OPAMP MSP.

Parameters:
hopampOPAMP handle
Return values:
None

Definition at line 479 of file stm32h7xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init(), and HAL_OPAMP_UnRegisterCallback().