stm32: doc: rng: migrate to peripheral apis

Gets them all documented properly, and cleans up the language that this
was just for F4.
This commit is contained in:
Karl Palsson 2019-05-21 22:23:09 +00:00
parent 1af3acdba4
commit d77f539013

View File

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