|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_OPAMP_SetInputNonInverting (OPAMP_TypeDef *OPAMPx, uint32_t InputNonInverting) |
| Set OPAMP non-inverting input connection. | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetInputNonInverting (OPAMP_TypeDef *OPAMPx) |
| Get OPAMP non-inverting input connection. | |
| __STATIC_INLINE void | LL_OPAMP_SetInputInverting (OPAMP_TypeDef *OPAMPx, uint32_t InputInverting) |
| Set OPAMP inverting input connection. | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetInputInverting (OPAMP_TypeDef *OPAMPx) |
| Get OPAMP inverting input connection. | |
| __STATIC_INLINE uint32_t LL_OPAMP_GetInputInverting | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP inverting input connection.
| OPAMPx | OPAMP instance |
| Returned | value can be one of the following values: |
Definition at line 621 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE uint32_t LL_OPAMP_GetInputNonInverting | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP non-inverting input connection.
| OPAMPx | OPAMP instance |
| Returned | value can be one of the following values: |
Definition at line 588 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE void LL_OPAMP_SetInputInverting | ( | OPAMP_TypeDef * | OPAMPx, |
| uint32_t | InputInverting | ||
| ) |
Set OPAMP inverting input connection.
| OPAMPx | OPAMP instance |
| InputInverting | This parameter can be one of the following values: |
| None |
Definition at line 607 of file stm32l4xx_ll_opamp.h.
Referenced by LL_OPAMP_SetInvertingInput().
| __STATIC_INLINE void LL_OPAMP_SetInputNonInverting | ( | OPAMP_TypeDef * | OPAMPx, |
| uint32_t | InputNonInverting | ||
| ) |
Set OPAMP non-inverting input connection.
| OPAMPx | OPAMP instance |
| InputNonInverting | This parameter can be one of the following values: |
| None |
Definition at line 575 of file stm32l4xx_ll_opamp.h.
Referenced by LL_OPAMP_SetNonInvertingInput().
1.7.6.1