STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_COMP_SetInputNonInverting (COMP_TypeDef *COMPx, uint32_t InputNonInverting) |
__STATIC_INLINE uint32_t | LL_COMP_GetInputNonInverting (COMP_TypeDef *COMPx) |
__STATIC_INLINE void | LL_COMP_SetInputInverting (COMP_TypeDef *COMPx, uint32_t InputInverting) |
__STATIC_INLINE uint32_t | LL_COMP_GetInputInverting (COMP_TypeDef *COMPx) |
__STATIC_INLINE uint32_t LL_COMP_GetInputInverting | ( | COMP_TypeDef * | COMPx | ) |
Definition at line 744 of file stm32l4xx_ll_comp.h.
References LL_COMP_GetInputMinus().
__STATIC_INLINE uint32_t LL_COMP_GetInputNonInverting | ( | COMP_TypeDef * | COMPx | ) |
Definition at line 735 of file stm32l4xx_ll_comp.h.
References LL_COMP_GetInputPlus().
__STATIC_INLINE void LL_COMP_SetInputInverting | ( | COMP_TypeDef * | COMPx, |
uint32_t | InputInverting | ||
) |
Definition at line 740 of file stm32l4xx_ll_comp.h.
References LL_COMP_SetInputMinus().
__STATIC_INLINE void LL_COMP_SetInputNonInverting | ( | COMP_TypeDef * | COMPx, |
uint32_t | InputNonInverting | ||
) |
Definition at line 731 of file stm32l4xx_ll_comp.h.
References LL_COMP_SetInputPlus().