STM32H735xx 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 void | LL_COMP_SetOutputAlternateFunction (COMP_TypeDef *COMPx, uint32_t CompAFx) |
Set the output alternate function in the Option register in order to be used with the alternate function of the timer break input. | |
__STATIC_INLINE uint32_t | LL_COMP_GetOutputAlternateFunction (COMP_TypeDef *COMPx) |
Get the output alternate function from the Option register. |
__STATIC_INLINE uint32_t LL_COMP_GetOutputAlternateFunction | ( | COMP_TypeDef * | COMPx | ) |
Get the output alternate function from the Option register.
COMPx | specifies the Comparator instance. |
Returned | value can be one of the following values: |
Definition at line 703 of file stm32h7xx_ll_comp.h.
__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: |
Definition at line 657 of file stm32h7xx_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 612 of file stm32h7xx_ll_comp.h.
__STATIC_INLINE void LL_COMP_SetOutputAlternateFunction | ( | COMP_TypeDef * | COMPx, |
uint32_t | CompAFx | ||
) |
Set the output alternate function in the Option register in order to be used with the alternate function of the timer break input.
COMPx | specifies the instance. |
CompAFx | specifies the Alternate Function source selection. This parameter can be one of the following values: |
None |
Definition at line 682 of file stm32h7xx_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: |
None |
Definition at line 635 of file stm32h7xx_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 599 of file stm32h7xx_ll_comp.h.