STM32H735xx HAL User Manual
|
RNG LL module driver. More...
#include "stm32h7xx_ll_rng.h"
#include "stm32h7xx_ll_bus.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((void)0U) |
#define | IS_LL_RNG_CED(__MODE__) |
#define | IS_LL_RNG_CLOCK_DIVIDER(__CLOCK_DIV__) ((__CLOCK_DIV__) <=0x0Fu) |
#define | IS_LL_RNG_NIST_COMPLIANCE(__NIST_COMPLIANCE__) |
#define | IS_LL_RNG_CONFIG1 (__CONFIG1__) ((__CONFIG1__) <= 0x3FUL) |
#define | IS_LL_RNG_CONFIG2 (__CONFIG2__) ((__CONFIG2__) <= 0x07UL) |
#define | IS_LL_RNG_CONFIG3 (__CONFIG3__) ((__CONFIG3__) <= 0xFUL) |
Functions | |
ErrorStatus | LL_RNG_DeInit (RNG_TypeDef *RNGx) |
De-initialize RNG registers (Registers restored to their default values). | |
ErrorStatus | LL_RNG_Init (RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) |
Initialize RNG registers according to the specified parameters in RNG_InitStruct. | |
void | LL_RNG_StructInit (LL_RNG_InitTypeDef *RNG_InitStruct) |
Set each LL_RNG_InitTypeDef field to default value. |
RNG LL module driver.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32h7xx_ll_rng.c.
#define assert_param | ( | expr | ) | ((void)0U) |
Definition at line 27 of file stm32h7xx_ll_rng.c.
Referenced by LL_RNG_DeInit(), and LL_RNG_Init().