|
STM32G474xx HAL用户手册
|
UCPD LL模块驱动程序。 更多...
#include "stm32g4xx_ll_ucpd.h"#include "stm32g4xx_ll_bus.h"#include "stm32g4xx_ll_rcc.h"宏定义 | |
| #define | assert_param(expr) ((void)0U) |
函数 | |
| ErrorStatus | LL_UCPD_DeInit (UCPD_TypeDef *UCPDx) |
| 将UCPD寄存器去初始化为其默认复位值。 | |
| ErrorStatus | LL_UCPD_Init (UCPD_TypeDef *UCPDx, const LL_UCPD_InitTypeDef *UCPD_InitStruct) |
| 根据UCPD_InitStruct中指定的参数初始化ucpd寄存器。 | |
| void | LL_UCPD_StructInit (LL_UCPD_InitTypeDef *UCPD_InitStruct) |
| 将每个LL_UCPD_InitTypeDef字段设置为默认值。 | |
UCPD LL模块驱动程序。
版权所有 (c) 2019 STMicroelectronics。保留所有权利。
本软件根据LICENSE文件中可找到的条款获得许可。如果此软件没有随附LICENSE文件,则按原样提供。
文件中的定义请参阅stm32g4xx_ll_ucpd.c。
| #define assert_param | ( | expr | ) | ((void)0U) |
定义于文件stm32g4xx_ll_ucpd.c的第28行。
被以下函数引用:LL_UCPD_DeInit()和LL_UCPD_Init()。
1.7.6.1