|
STM32H735xx 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:
|
| None |
Definition at line 427 of file stm32h7xx_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 577 of file stm32h7xx_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 546 of file stm32h7xx_ll_comp.h.
| __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:
|
Definition at line 477 of file stm32h7xx_ll_comp.h.
| __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 562 of file stm32h7xx_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 520 of file stm32h7xx_ll_comp.h.
| __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:
|
| None |
Definition at line 456 of file stm32h7xx_ll_comp.h.
1.7.6.1