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

RNG LL模块驱动程序。 更多...

#include "stm32g4xx_ll_rng.h"
#include "stm32g4xx_ll_bus.h"

转到此文件的源代码。

宏定义

#define assert_param(expr)   ((void)0U)
#define IS_LL_RNG_CED(__MODE__)

函数

ErrorStatus LL_RNG_DeInit (const RNG_TypeDef *RNGx)
 反初始化RNG寄存器(寄存器恢复为其默认值)。
ErrorStatus LL_RNG_Init (RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct)
 根据RNG_InitStruct中指定的参数初始化RNG寄存器。
void LL_RNG_StructInit (LL_RNG_InitTypeDef *RNG_InitStruct)
 将每个LL_RNG_InitTypeDef字段设置为默认值。

详细描述

RNG LL模块驱动程序。

作者:
MCD应用团队
注意:

版权所有 (c) 2019 STMicroelectronics。保留所有权利。

本软件的许可条款可在本软件组件根目录的LICENSE文件中找到。如果本软件未附带LICENSE文件,则按原样提供。

定义于文件 stm32g4xx_ll_rng.c


宏定义文档

#define assert_param (   expr)    ((void)0U)

定义于文件 27 行,文件 stm32g4xx_ll_rng.c

LL_RNG_DeInit()LL_RNG_Init() 引用。