|
STM32L4xx_HAL_Driver
1.14.0
|
Modules | |
| Initialization and de-initialization functions | |
| Initialization and Configuration functions. | |
| IO operation functions | |
| IO operation functions. | |
| Peripheral Control functions | |
| Peripheral Control functions. | |
| Peripheral State functions | |
| Peripheral State functions. | |
Functions | |
| HAL_StatusTypeDef | HAL_OPAMP_RegisterCallback (OPAMP_HandleTypeDef *hopamp, HAL_OPAMP_CallbackIDTypeDef CallbackID, pOPAMP_CallbackTypeDef pCallback) |
| Register a User OPAMP Callback To be used instead of the weak (surcharged) predefined callback. More... | |
| HAL_StatusTypeDef | HAL_OPAMP_UnRegisterCallback (OPAMP_HandleTypeDef *hopamp, HAL_OPAMP_CallbackIDTypeDef CallbackID) |
| Unregister a User OPAMP Callback OPAMP Callback is redirected to the weak (surcharged) predefined callback. More... | |
| HAL_StatusTypeDef HAL_OPAMP_RegisterCallback | ( | OPAMP_HandleTypeDef * | hopamp, |
| HAL_OPAMP_CallbackIDTypeDef | CallbackID, | ||
| pOPAMP_CallbackTypeDef | pCallback | ||
| ) |
Register a User OPAMP Callback To be used instead of the weak (surcharged) predefined callback.
| hopamp | : OPAMP handle |
| CallbackID | : ID of the callback to be registered This parameter can be one of the following values:
|
| pCallback | : pointer to the Callback function |
| status |
Definition at line 1037 of file stm32l4xx_hal_opamp.c.
| HAL_StatusTypeDef HAL_OPAMP_UnRegisterCallback | ( | OPAMP_HandleTypeDef * | hopamp, |
| HAL_OPAMP_CallbackIDTypeDef | CallbackID | ||
| ) |
Unregister a User OPAMP Callback OPAMP Callback is redirected to the weak (surcharged) predefined callback.
| hopamp | : OPAMP handle |
| CallbackID | : ID of the callback to be unregistered This parameter can be one of the following values:
|
| status |
Definition at line 1104 of file stm32l4xx_hal_opamp.c.