|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| ErrorStatus | LL_OPAMP_DeInit (OPAMP_TypeDef *OPAMPx) |
| De-initialize registers of the selected OPAMP instance to their default reset values. More... | |
| ErrorStatus | LL_OPAMP_Init (OPAMP_TypeDef *OPAMPx, LL_OPAMP_InitTypeDef *OPAMP_InitStruct) |
| Initialize some features of OPAMP instance. More... | |
| void | LL_OPAMP_StructInit (LL_OPAMP_InitTypeDef *OPAMP_InitStruct) |
| Set each LL_OPAMP_InitTypeDef field to default value. More... | |
| 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 105 of file stm32l4xx_ll_opamp.c.
| 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 133 of file stm32l4xx_ll_opamp.c.
| 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 196 of file stm32l4xx_ll_opamp.c.