|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| ErrorStatus | LL_COMP_DeInit (COMP_TypeDef *COMPx) |
| De-initialize registers of the selected COMP instance to their default reset values. More... | |
| ErrorStatus | LL_COMP_Init (COMP_TypeDef *COMPx, LL_COMP_InitTypeDef *COMP_InitStruct) |
| Initialize some features of COMP instance. More... | |
| void | LL_COMP_StructInit (LL_COMP_InitTypeDef *COMP_InitStruct) |
| Set each LL_COMP_InitTypeDef field to default value. More... | |
| ErrorStatus LL_COMP_DeInit | ( | COMP_TypeDef * | COMPx | ) |
De-initialize registers of the selected COMP instance to their default reset values.
| COMPx | COMP instance |
| An | ErrorStatus enumeration value:
|
Definition at line 194 of file stm32l4xx_ll_comp.c.
| ErrorStatus LL_COMP_Init | ( | COMP_TypeDef * | COMPx, |
| LL_COMP_InitTypeDef * | COMP_InitStruct | ||
| ) |
Initialize some features of COMP instance.
| COMPx | COMP instance |
| COMP_InitStruct | Pointer to a LL_COMP_InitTypeDef structure |
| An | ErrorStatus enumeration value:
|
Definition at line 231 of file stm32l4xx_ll_comp.c.
| void LL_COMP_StructInit | ( | LL_COMP_InitTypeDef * | COMP_InitStruct | ) |
Set each LL_COMP_InitTypeDef field to default value.
| COMP_InitStruct | Pointer to a LL_COMP_InitTypeDef structure whose fields will be set to default values. |
| None |
Definition at line 310 of file stm32l4xx_ll_comp.c.