|
STM32H735xx HAL User Manual
|
Functions | |
| ErrorStatus | LL_OPAMP_DeInit (OPAMP_TypeDef *OPAMPx) |
| De-initialize registers of the selected OPAMP instance to their default reset values. | |
| ErrorStatus | LL_OPAMP_Init (OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) |
| Initialize some features of OPAMP instance. | |
| void | LL_OPAMP_StructInit (LL_OPAMP_InitTypeDef *OPAMP_InitStruct) |
| Set each LL_OPAMP_InitTypeDef field to default value. | |
| ErrorStatus LL_OPAMP_DeInit | ( | OPAMP_TypeDef * | OPAMPx | ) |
De-initialize registers of the selected OPAMP instance to their default reset values.
| OPAMPx | OPAMP instance |
| An | ErrorStatus enumeration value:
|
Definition at line 110 of file stm32h7xx_ll_opamp.c.
References assert_param, and LL_OPAMP_WriteReg.
| ErrorStatus LL_OPAMP_Init | ( | OPAMP_TypeDef * | OPAMPx, |
| LL_OPAMP_InitTypeDef * | OPAMP_InitStruct | ||
| ) |
Initialize some features of OPAMP instance.
| OPAMPx | OPAMP instance |
| OPAMP_InitStruct | Pointer to a LL_OPAMP_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 134 of file stm32h7xx_ll_opamp.c.
References assert_param, LL_OPAMP_InitTypeDef::FunctionalMode, LL_OPAMP_InitTypeDef::InputInverting, LL_OPAMP_InitTypeDef::InputNonInverting, IS_LL_OPAMP_FUNCTIONAL_MODE, IS_LL_OPAMP_INPUT_INVERTING, IS_LL_OPAMP_INPUT_NONINVERTING, IS_LL_OPAMP_POWER_MODE, LL_OPAMP_MODE_FOLLOWER, OPAMP_POWERMODE_CSR_BIT_MASK, and LL_OPAMP_InitTypeDef::PowerMode.
| void LL_OPAMP_StructInit | ( | LL_OPAMP_InitTypeDef * | OPAMP_InitStruct | ) |
Set each LL_OPAMP_InitTypeDef field to default value.
| OPAMP_InitStruct | pointer to a LL_OPAMP_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 198 of file stm32h7xx_ll_opamp.c.
References LL_OPAMP_InitTypeDef::FunctionalMode, LL_OPAMP_InitTypeDef::InputInverting, LL_OPAMP_InitTypeDef::InputNonInverting, LL_OPAMP_INPUT_INVERT_CONNECT_NO, LL_OPAMP_INPUT_NONINVERT_IO0, LL_OPAMP_MODE_FOLLOWER, LL_OPAMP_POWERMODE_NORMAL, and LL_OPAMP_InitTypeDef::PowerMode.
1.7.6.1