Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
Configuration of OPAMP inputs
[OPAMP Exported Functions]
Functions | |
__STATIC_INLINE void | LL_OPAMP_SetInvertingInput (OPAMP_TypeDef *OPAMPx, uint32_t InvertingInput) |
Set OPAMP inverting input connection. | |
__STATIC_INLINE uint32_t | LL_OPAMP_GetInvertingInput (OPAMP_TypeDef *OPAMPx) |
Get OPAMP inverting input connection. | |
__STATIC_INLINE void | LL_OPAMP_SetNonInvertingInput (OPAMP_TypeDef *OPAMPx, uint32_t NonInvertingInput) |
Set OPAMP non-inverting input connection. | |
__STATIC_INLINE uint32_t | LL_OPAMP_GetNonInvertingInput (OPAMP_TypeDef *OPAMPx) |
Get OPAMP non-inverting input connection. |
Function Documentation
__STATIC_INLINE uint32_t LL_OPAMP_GetInvertingInput | ( | OPAMP_TypeDef * | OPAMPx ) |
Get OPAMP inverting input connection.
CSR VMSEL LL_OPAMP_GetInvertingInput
- Parameters:
-
OPAMPx OPAMP instance
- Return values:
-
Returned value can be one of the following values: - LL_OPAMP_INVERTINGINPUT_IO0
- LL_OPAMP_INVERTINGINPUT_IO1
- LL_OPAMP_INVERTINGINPUT_CONNECT_NO
Definition at line 446 of file stm32l4xx_ll_opamp.h.
__STATIC_INLINE uint32_t LL_OPAMP_GetNonInvertingInput | ( | OPAMP_TypeDef * | OPAMPx ) |
Get OPAMP non-inverting input connection.
CSR VPSEL LL_OPAMP_GetNonInvertingInput
- Parameters:
-
OPAMPx OPAMP instance
- Return values:
-
Returned value can be one of the following values: - LL_OPAMP_NONINVERTINGINPUT_IO0
- LL_OPAMP_NONINVERTINGINPUT_DAC_CH
Definition at line 473 of file stm32l4xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_SetInvertingInput | ( | OPAMP_TypeDef * | OPAMPx, |
uint32_t | InvertingInput | ||
) |
Set OPAMP inverting input connection.
CSR VMSEL LL_OPAMP_SetInvertingInput
- Parameters:
-
OPAMPx OPAMP instance InvertingInput This parameter can be one of the following values: - LL_OPAMP_INVERTINGINPUT_IO0
- LL_OPAMP_INVERTINGINPUT_IO1
- LL_OPAMP_INVERTINGINPUT_CONNECT_NO
- Return values:
-
None
Definition at line 432 of file stm32l4xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_SetNonInvertingInput | ( | OPAMP_TypeDef * | OPAMPx, |
uint32_t | NonInvertingInput | ||
) |
Set OPAMP non-inverting input connection.
CSR VPSEL LL_OPAMP_SetNonInvertingInput
- Parameters:
-
OPAMPx OPAMP instance NonInvertingInput This parameter can be one of the following values: - LL_OPAMP_NONINVERTINGINPUT_IO0
- LL_OPAMP_NONINVERTINGINPUT_DAC_CH
- Return values:
-
None
Definition at line 460 of file stm32l4xx_ll_opamp.h.
Generated on Tue Jul 12 2022 11:35:23 by
