diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 18:40:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 18:40:05 +0000 |
commit | f55231f5ba91116a7cd634c5905d266d643db8a8 (patch) | |
tree | ea2e1857728d6bf65d3da87a5b32aa980782f9e8 /os/hal/dox/crypto.dox | |
parent | 40f162e046764db29cd97ea0b9a37a7fb63b360d (diff) | |
download | ChibiOS-f55231f5ba91116a7cd634c5905d266d643db8a8.tar.gz ChibiOS-f55231f5ba91116a7cd634c5905d266d643db8a8.tar.bz2 ChibiOS-f55231f5ba91116a7cd634c5905d266d643db8a8.zip |
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12569 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/dox/crypto.dox')
-rw-r--r-- | os/hal/dox/crypto.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/dox/crypto.dox b/os/hal/dox/crypto.dox index 9f2ad850c..a04267123 100644 --- a/os/hal/dox/crypto.dox +++ b/os/hal/dox/crypto.dox @@ -15,10 +15,10 @@ */
/**
- * @defgroup CRYPTO Crypto Driver
- * @brief Generic Crypto Driver.
- * @details This module implements a generic Cryptography driver.
- * @pre In order to use the I2C driver the @p HAL_USE_CRY option
+ * @defgroup TRNG TRNG Driver
+ * @brief Generic True Random Numbers Generator Driver.
+ * @details This module implements a generic TRNG driver.
+ * @pre In order to use the TRNG driver the @p HAL_USE_TRNG option
* must be enabled in @p halconf.h.
*
* @ingroup HAL_NORMAL_DRIVERS
|