|
STM32L443xx 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 777 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE void LL_COMP_Enable | ( | COMP_TypeDef * | COMPx | ) |
Enable comparator instance.
| COMPx | Comparator instance |
| None |
Definition at line 766 of file stm32l4xx_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 789 of file stm32l4xx_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 816 of file stm32l4xx_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 802 of file stm32l4xx_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 841 of file stm32l4xx_ll_comp.h.
References LL_COMP_OUTPUT_LEVEL_BITOFFSET_POS.
1.7.6.1