From d77f539013a67adf57cd3bd2754a2bfff5a8db05 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 May 2019 22:23:09 +0000 Subject: [PATCH] stm32: doc: rng: migrate to peripheral apis Gets them all documented properly, and cleans up the language that this was just for F4. --- lib/stm32/common/rng_common_v1.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/stm32/common/rng_common_v1.c b/lib/stm32/common/rng_common_v1.c index 7ed1e635..3b2a45a7 100644 --- a/lib/stm32/common/rng_common_v1.c +++ b/lib/stm32/common/rng_common_v1.c @@ -1,7 +1,10 @@ -/** @addtogroup rng_file +/** @addtogroup rng_file RNG peripheral API + * @ingroup peripheral_apis * - * This library supports the random number generator peripheral (RNG) in the - * STM32F4 series of ARM Cortex Microcontrollers by ST Microelectronics. + * This library supports "version 1" of the random number generator + * peripheral (RNG) in the STM32 series of ARM Cortex Microcontrollers + * by ST Microelectronics. This is a common peripheral available on multiple + * devices in the family. * * LGPL License Terms @ref lgpl_license */