aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_trng_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 07:58:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 07:58:29 +0000
commite72ef8c943b3a335fe4354e6451be99ab1346081 (patch)
tree7f3e178fe11465c79753666492605ee34f39aaec /os/hal/templates/hal_trng_lld.h
parent644898df5f9771ad9308ed9abd7dee165a4b1268 (diff)
downloadChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.gz
ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.bz2
ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.zip
STM32 TRNG driver, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/templates/hal_trng_lld.h')
-rw-r--r--os/hal/templates/hal_trng_lld.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/os/hal/templates/hal_trng_lld.h b/os/hal/templates/hal_trng_lld.h
index c110fbefa..c1ca6bed2 100644
--- a/os/hal/templates/hal_trng_lld.h
+++ b/os/hal/templates/hal_trng_lld.h
@@ -58,16 +58,6 @@
/*===========================================================================*/
/**
- * @brief TRNG frequency type.
- */
-typedef uint32_t trngfreq_t;
-
-/**
- * @brief TRNG counter type.
- */
-typedef uint16_t trngcnt_t;
-
-/**
* @brief Driver configuration structure.
* @note It could be empty on some architectures.
*/