|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_COMP_ConfigInputs (COMP_TypeDef *COMPx, uint32_t InputMinus, uint32_t InputPlus) |
| Set comparator inputs minus (inverting) and plus (non-inverting). | |
| __STATIC_INLINE void | LL_COMP_SetInputPlus (COMP_TypeDef *COMPx, uint32_t InputPlus) |
| Set comparator input plus (non-inverting). | |
| __STATIC_INLINE uint32_t | LL_COMP_GetInputPlus (COMP_TypeDef *COMPx) |
| Get comparator input plus (non-inverting). | |
| __STATIC_INLINE void | LL_COMP_SetInputMinus (COMP_TypeDef *COMPx, uint32_t InputMinus) |
| Set comparator input minus (inverting). | |
| __STATIC_INLINE uint32_t | LL_COMP_GetInputMinus (COMP_TypeDef *COMPx) |
| Get comparator input minus (inverting). | |
| __STATIC_INLINE void | LL_COMP_SetInputHysteresis (COMP_TypeDef *COMPx, uint32_t InputHysteresis) |
| Set comparator instance hysteresis mode of the input minus (inverting input). | |
| __STATIC_INLINE uint32_t | LL_COMP_GetInputHysteresis (COMP_TypeDef *COMPx) |
| Get comparator instance hysteresis mode of the minus (inverting) input. | |
| __STATIC_INLINE void LL_COMP_ConfigInputs | ( | COMP_TypeDef * | COMPx, |
| uint32_t | InputMinus, | ||
| uint32_t | InputPlus | ||
| ) |
Set comparator inputs minus (inverting) and plus (non-inverting).
| COMPx | Comparator instance |
| InputMinus | This parameter can be one of the following values:
|
| InputPlus | This parameter can be one of the following values: (*) Parameter not available on all devices. |
| None |
Definition at line 470 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE uint32_t LL_COMP_GetInputHysteresis | ( | COMP_TypeDef * | COMPx | ) |
Get comparator instance hysteresis mode of the minus (inverting) input.
| COMPx | Comparator instance |
| Returned | value can be one of the following values: |
Definition at line 627 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE uint32_t LL_COMP_GetInputMinus | ( | COMP_TypeDef * | COMPx | ) |
Get comparator input minus (inverting).
| COMPx | Comparator instance |
| Returned | value can be one of the following values:
|
Definition at line 592 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_GetInputInverting().
| __STATIC_INLINE uint32_t LL_COMP_GetInputPlus | ( | COMP_TypeDef * | COMPx | ) |
Get comparator input plus (non-inverting).
| COMPx | Comparator instance |
| Returned | value can be one of the following values: (*) Parameter not available on all devices. |
Definition at line 517 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_GetInputNonInverting().
| __STATIC_INLINE void LL_COMP_SetInputHysteresis | ( | COMP_TypeDef * | COMPx, |
| uint32_t | InputHysteresis | ||
| ) |
Set comparator instance hysteresis mode of the input minus (inverting input).
| COMPx | Comparator instance |
| InputHysteresis | This parameter can be one of the following values: |
| None |
Definition at line 612 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE void LL_COMP_SetInputMinus | ( | COMP_TypeDef * | COMPx, |
| uint32_t | InputMinus | ||
| ) |
Set comparator input minus (inverting).
| COMPx | Comparator instance |
| InputMinus | This parameter can be one of the following values:
|
| None |
Definition at line 559 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_SetInputInverting().
| __STATIC_INLINE void LL_COMP_SetInputPlus | ( | COMP_TypeDef * | COMPx, |
| uint32_t | InputPlus | ||
| ) |
Set comparator input plus (non-inverting).
| COMPx | Comparator instance |
| InputPlus | This parameter can be one of the following values: (*) Parameter not available on all devices. |
| None |
Definition at line 498 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_SetInputNonInverting().
1.7.6.1