18#if defined(USE_FULL_LL_DRIVER)
25#include "stm32_assert.h"
27#define assert_param(expr) ((void)0U)
62ErrorStatus LL_RNG_DeInit(
const RNG_TypeDef *RNGx)
64 ErrorStatus status = SUCCESS;
70#if !defined(RCC_AHB2_SUPPORT)
72 LL_AHB1_GRP1_ForceReset(LL_AHB1_GRP1_PERIPH_RNG);
75 LL_AHB1_GRP1_ReleaseReset(LL_AHB1_GRP1_PERIPH_RNG);
78 LL_AHB2_GRP1_ForceReset(LL_AHB2_GRP1_PERIPH_RNG);
81 LL_AHB2_GRP1_ReleaseReset(LL_AHB2_GRP1_PERIPH_RNG);
#define assert_param(expr)
Header file of BUS LL module.
Header file of RNG LL module.