STM32G474xx HAL用户手册
宏定义 | 函数
stm32g4xx_ll_ucpd.c文件参考

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模块驱动程序。

作者:
MCD应用团队
注意:

版权所有 (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()