|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_COMP_SetOutputPolarity (COMP_TypeDef *COMPx, uint32_t OutputPolarity) |
| Set comparator instance output polarity. | |
| __STATIC_INLINE uint32_t | LL_COMP_GetOutputPolarity (COMP_TypeDef *COMPx) |
| Get comparator instance output polarity. | |
| __STATIC_INLINE void | LL_COMP_SetOutputBlankingSource (COMP_TypeDef *COMPx, uint32_t BlankingSource) |
| Set comparator instance blanking source. | |
| __STATIC_INLINE uint32_t | LL_COMP_GetOutputBlankingSource (COMP_TypeDef *COMPx) |
| Get comparator instance blanking source. | |
| __STATIC_INLINE uint32_t LL_COMP_GetOutputBlankingSource | ( | COMP_TypeDef * | COMPx | ) |
Get comparator instance blanking source.
| COMPx | Comparator instance |
| Returned | value can be one of the following values: (1) Parameter availability depending on timer availability on the selected device. (2) On STM32L4, parameter available only on comparator instance: COMP1. (3) On STM32L4, parameter available only on comparator instance: COMP2. |
Definition at line 717 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE uint32_t LL_COMP_GetOutputPolarity | ( | COMP_TypeDef * | COMPx | ) |
Get comparator instance output polarity.
| COMPx | Comparator instance |
| Returned | value can be one of the following values: |
Definition at line 662 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE void LL_COMP_SetOutputBlankingSource | ( | COMP_TypeDef * | COMPx, |
| uint32_t | BlankingSource | ||
| ) |
Set comparator instance blanking source.
| COMPx | Comparator instance |
| BlankingSource | This parameter can be one of the following values: (1) Parameter availability depending on timer availability on the selected device. (2) On STM32L4, parameter available only on comparator instance: COMP1. (3) On STM32L4, parameter available only on comparator instance: COMP2. |
| None |
Definition at line 690 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE void LL_COMP_SetOutputPolarity | ( | COMP_TypeDef * | COMPx, |
| uint32_t | OutputPolarity | ||
| ) |
Set comparator instance output polarity.
| COMPx | Comparator instance |
| OutputPolarity | This parameter can be one of the following values: |
| None |
Definition at line 649 of file stm32l4xx_ll_comp.h.
1.7.6.1