|
STM32H735xx 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 575 of file stm32h7xx_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 539 of file stm32h7xx_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 558 of file stm32h7xx_ll_opamp.h.
| __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 525 of file stm32h7xx_ll_opamp.h.
1.7.6.1