STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_COMP_Enable (COMP_TypeDef *COMPx) |
Enable comparator instance. | |
__STATIC_INLINE void | LL_COMP_Disable (COMP_TypeDef *COMPx) |
Disable comparator instance. | |
__STATIC_INLINE uint32_t | LL_COMP_IsEnabled (COMP_TypeDef *COMPx) |
Get comparator enable state (0: COMP is disabled, 1: COMP is enabled) | |
__STATIC_INLINE void | LL_COMP_Lock (COMP_TypeDef *COMPx) |
Lock comparator instance. | |
__STATIC_INLINE uint32_t | LL_COMP_IsLocked (COMP_TypeDef *COMPx) |
Get comparator lock state (0: COMP is unlocked, 1: COMP is locked). | |
__STATIC_INLINE uint32_t | LL_COMP_ReadOutputLevel (COMP_TypeDef *COMPx) |
Read comparator instance output level. |
__STATIC_INLINE void LL_COMP_Disable | ( | COMP_TypeDef * | COMPx | ) |
Disable comparator instance.
COMPx | Comparator instance |
None |
Definition at line 736 of file stm32h7xx_ll_comp.h.
__STATIC_INLINE void LL_COMP_Enable | ( | COMP_TypeDef * | COMPx | ) |
Enable comparator instance.
COMPx | Comparator instance |
None |
Definition at line 725 of file stm32h7xx_ll_comp.h.
__STATIC_INLINE uint32_t LL_COMP_IsEnabled | ( | COMP_TypeDef * | COMPx | ) |
Get comparator enable state (0: COMP is disabled, 1: COMP is enabled)
COMPx | Comparator instance |
State | of bit (1 or 0). |
Definition at line 748 of file stm32h7xx_ll_comp.h.
__STATIC_INLINE uint32_t LL_COMP_IsLocked | ( | COMP_TypeDef * | COMPx | ) |
Get comparator lock state (0: COMP is unlocked, 1: COMP is locked).
COMPx | Comparator instance |
State | of bit (1 or 0). |
Definition at line 775 of file stm32h7xx_ll_comp.h.
Referenced by LL_COMP_DeInit(), and LL_COMP_Init().
__STATIC_INLINE void LL_COMP_Lock | ( | COMP_TypeDef * | COMPx | ) |
Lock comparator instance.
COMPx | Comparator instance |
None |
Definition at line 761 of file stm32h7xx_ll_comp.h.
__STATIC_INLINE uint32_t LL_COMP_ReadOutputLevel | ( | COMP_TypeDef * | COMPx | ) |
Read comparator instance output level.
COMPx | Comparator instance |
Returned | value can be one of the following values: |
Definition at line 800 of file stm32h7xx_ll_comp.h.