aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/asf4/samd51/config/hpl_trng_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'atmel-samd/asf4/samd51/config/hpl_trng_config.h')
-rw-r--r--atmel-samd/asf4/samd51/config/hpl_trng_config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/atmel-samd/asf4/samd51/config/hpl_trng_config.h b/atmel-samd/asf4/samd51/config/hpl_trng_config.h
new file mode 100644
index 000000000..ba9014989
--- /dev/null
+++ b/atmel-samd/asf4/samd51/config/hpl_trng_config.h
@@ -0,0 +1,27 @@
+/* Auto-generated config file hpl_trng_config.h */
+#ifndef HPL_TRNG_CONFIG_H
+#define HPL_TRNG_CONFIG_H
+
+// <<< Use Configuration Wizard in Context Menu >>>
+
+// <h> Advanced configurations
+
+// <q> Run In Standby
+// <i> Indicates whether the TRNG works in standby mode
+// <id> trng_runstdby
+#ifndef CONF_TRNG_RUNSTDBY
+#define CONF_TRNG_RUNSTDBY 0
+#endif
+
+// <q> Data Ready Event Output Enable
+// <i> Indicates whether the TRNG generates event on Data Ready
+// <id> trng_datardyeo
+#ifndef CONF_TRNG_DATARDYEO
+#define CONF_TRNG_DATARDYEO 0
+#endif
+
+// </h>
+
+// <<< end of configuration section >>>
+
+#endif // HPL_TRNG_CONFIG_H