CONFIG_ENTROPY_CC13XX_CC26XX_ALARM_THRESHOLD
Threshold for detected repeated patterns
Type: int
Help
The number of samples detected with repeating patterns before an alarm
event is triggered. The associated FRO is automatically shut down.
Direct dependencies
ENTROPY_CC13XX_CC26XX_RNG
&& ENTROPY_GENERATOR
(Includes any dependencies from ifs and menus.)
Default
255
Kconfig definition
At <Zephyr>/drivers/entropy/Kconfig.cc13xx_cc26xx:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:32
→ <Zephyr>/drivers/entropy/Kconfig:24
Menu path: (Top) → Device Drivers → Entropy Drivers → TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)
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.)