:orphan: .. title:: ENTROPY_CC13XX_CC26XX_ALARM_THRESHOLD .. option:: CONFIG_ENTROPY_CC13XX_CC26XX_ALARM_THRESHOLD *Threshold for detected repeated patterns* Type: ``int`` Help ==== .. code-block:: none The number of samples detected with repeating patterns before an alarm event is triggered. The associated FRO is automatically shut down. Direct dependencies =================== \ :option:`ENTROPY_CC13XX_CC26XX_RNG ` && \ :option:`ENTROPY_GENERATOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 255 Kconfig definition ================== At ``/entropy/Kconfig.cc13xx_cc26xx:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:30`` → ``/entropy/Kconfig:13`` Menu path: (Top) → Device Drivers → Entropy Drivers → TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG) .. code-block:: kconfig config ENTROPY_CC13XX_CC26XX_ALARM_THRESHOLD int "Threshold for detected repeated patterns" range 0 255 default 255 depends on ENTROPY_CC13XX_CC26XX_RNG && ENTROPY_GENERATOR help The number of samples detected with repeating patterns before an alarm event is triggered. The associated FRO is automatically shut down. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*