|
STM32G474xx HAL 用户手册
|
OPAMP LL 模块驱动程序。 更多...
#include "stm32g4xx_ll_opamp.h"宏定义 | |
| #define | assert_param(expr) ((void)0U) |
| #define | IS_LL_OPAMP_POWER_MODE(__POWER_MODE__) |
| #define | IS_LL_OPAMP_FUNCTIONAL_MODE(__FUNCTIONAL_MODE__) |
| #define | IS_LL_OPAMP_INPUT_NONINVERTING(__INPUT_NONINVERTING__) |
| #define | IS_LL_OPAMP_INPUT_INVERTING(__INPUT_INVERTING__) |
函数 | |
| ErrorStatus | LL_OPAMP_DeInit (OPAMP_TypeDef *OPAMPx) |
| 将选定的OPAMP实例的寄存器反初始化为其默认复位值。 | |
| ErrorStatus | LL_OPAMP_Init (OPAMP_TypeDef *OPAMPx, const LL_OPAMP_InitTypeDef *OPAMP_InitStruct) |
| 初始化OPAMP实例的某些特性。 | |
| void | LL_OPAMP_StructInit (LL_OPAMP_InitTypeDef *OPAMP_InitStruct) |
| 将每个 LL_OPAMP_InitTypeDef 字段设置为默认值。 | |
OPAMP LL 模块驱动程序。
版权所有 (c) 2019 STMicroelectronics。保留所有权利。
本软件的许可条款可在软件组件根目录下的 LICENSE 文件中找到。如果本软件不附带 LICENSE 文件,则按原样提供。
定义于文件 stm32g4xx_ll_opamp.c。
| #define assert_param | ( | expr | ) | ((void)0U) |
定义于文件 stm32g4xx_ll_opamp.c 的第 26 行。
被 LL_OPAMP_DeInit() 和 LL_OPAMP_Init() 引用。
1.7.6.1