work around silicon erratum in TRNG

This commit is contained in:
Alex Maestas
2023-12-17 17:39:59 +00:00
parent 63d6bc6aa0
commit 89e86fe629
4 changed files with 18 additions and 4 deletions

View File

@@ -96,4 +96,8 @@ void watch_reset_to_bootloader(void);
*/
int read(int file, char *ptr, int len);
#endif /* WATCH_H_ */
/** @brief Disables the TRNG, working around a silicon erratum.
*/
void watch_disable_TRNG(Trng* hw);
#endif /* WATCH_H_ */