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 */