aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/crypto.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/crypto.dox')
-rw-r--r--os/hal/dox/crypto.dox8
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