STM32L443xx HAL User Manual
|
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) |
__STATIC_INLINE void LL_OPAMP_Disable | ( | OPAMP_TypeDef * | OPAMPx | ) |
Disable OPAMP instance.
OPAMPx | OPAMP instance |
None |
Definition at line 819 of file stm32l4xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_Enable | ( | OPAMP_TypeDef * | OPAMPx | ) |
Enable OPAMP instance.
OPAMPx | OPAMP instance |
None |
Definition at line 808 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)
OPAMPx | OPAMP instance |
State | of bit (1 or 0). |
Definition at line 831 of file stm32l4xx_ll_opamp.h.