18 #if defined(USE_FULL_LL_DRIVER)
24 #ifdef USE_FULL_ASSERT
25 #include "stm32_assert.h"
27 #define assert_param(expr) ((void)0U)
64 ErrorStatus status = SUCCESS;
67 assert_param(IS_RNG_ALL_INSTANCE(RNGx));
70 #if !defined(RCC_AHB2_SUPPORT)
__STATIC_INLINE void LL_AHB1_GRP1_ReleaseReset(uint32_t Periphs)
Release AHB1 peripherals reset. @rmtoll AHB1RSTR GPIOARST LL_AHB1_GRP1_ReleaseReset AHB1RSTR GPIOBRS...
__STATIC_INLINE void LL_AHB1_GRP1_ForceReset(uint32_t Periphs)
Force AHB1 peripherals reset. @rmtoll AHB1RSTR GPIOARST LL_AHB1_GRP1_ForceReset AHB1RSTR GPIOBRST LL...
__STATIC_INLINE void LL_AHB2_GRP1_ForceReset(uint32_t Periphs)
Force AHB2 peripherals reset. @rmtoll AHB2RSTR DCMIRST LL_AHB2_GRP1_ForceReset AHB2RSTR CRYPRST LL_A...
__STATIC_INLINE void LL_AHB2_GRP1_ReleaseReset(uint32_t Periphs)
Release AHB2 peripherals reset. @rmtoll AHB2RSTR DCMIRST LL_AHB2_GRP1_ReleaseReset AHB2RSTR CRYPRST ...
ErrorStatus LL_RNG_DeInit(const RNG_TypeDef *RNGx)
De-initialize RNG registers (Registers restored to their default values).
Header file of BUS LL module.
Header file of RNG LL module.