From e72ef8c943b3a335fe4354e6451be99ab1346081 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 7 Oct 2018 07:58:29 +0000 Subject: STM32 TRNG driver, not tested yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/templates/hal_trng_lld.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'os/hal/templates/hal_trng_lld.h') 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 @@ -57,16 +57,6 @@ /* Driver data structures and types. */ /*===========================================================================*/ -/** - * @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. -- cgit v1.2.3