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.
Operation on OPAMP instance
[OPAMP Exported Functions]
Functions | |
__STATIC_INLINE void | LL_OPAMP_Enable (OPAMP_TypeDef *OPAMPx) |
Enable OPAMP instance. | |
__STATIC_INLINE void | LL_OPAMP_Disable (OPAMP_TypeDef *OPAMPx) |
Disable OPAMP instance. | |
__STATIC_INLINE uint32_t | LL_OPAMP_IsEnabled (OPAMP_TypeDef *OPAMPx) |
Get OPAMP instance enable state (0: OPAMP is disabled, 1: OPAMP is enabled) CSR OPAMPXEN LL_OPAMP_IsEnabled. |
Function Documentation
__STATIC_INLINE void LL_OPAMP_Disable | ( | OPAMP_TypeDef * | OPAMPx ) |
Disable OPAMP instance.
CSR OPAMPXEN LL_OPAMP_Disable
- Parameters:
-
OPAMPx OPAMP instance
- Return values:
-
None
Definition at line 804 of file stm32l4xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_Enable | ( | OPAMP_TypeDef * | OPAMPx ) |
Enable OPAMP instance.
- Note:
- After enable from off state, OPAMP requires a delay to fullfill wake up time specification. Refer to device datasheet, parameter "tWAKEUP". CSR OPAMPXEN LL_OPAMP_Enable
- Parameters:
-
OPAMPx OPAMP instance
- Return values:
-
None
Definition at line 793 of file stm32l4xx_ll_opamp.h.
__STATIC_INLINE uint32_t LL_OPAMP_IsEnabled | ( | OPAMP_TypeDef * | OPAMPx ) |
Get OPAMP instance enable state (0: OPAMP is disabled, 1: OPAMP is enabled) CSR OPAMPXEN LL_OPAMP_IsEnabled.
- Parameters:
-
OPAMPx OPAMP instance
- Return values:
-
State of bit (1 or 0).
Definition at line 816 of file stm32l4xx_ll_opamp.h.
Generated on Tue Jul 12 2022 11:00:14 by
