CONFIG_ENTROPY_CC13XX_CC26XX_SHUTDOWN_THRESHOLD

Threshold for the number of FROs automatically shut down

Type: int

Help

The number of FROs allowed to be shutdown before the driver attempts to take corrective action.

Direct dependencies

ENTROPY_CC13XX_CC26XX_RNG && ENTROPY_GENERATOR

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/drivers/entropy/Kconfig.cc13xx_cc26xx:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:30<Zephyr>/drivers/entropy/Kconfig:13

Menu path: (Top) → Device Drivers → Entropy Drivers → TI SimpleLink CC13xx / CC26xx True Random Number Generator (TRNG)

config ENTROPY_CC13XX_CC26XX_SHUTDOWN_THRESHOLD
    int "Threshold for the number of FROs automatically shut down"
    range 0 24
    default 0
    depends on ENTROPY_CC13XX_CC26XX_RNG && ENTROPY_GENERATOR
    help
      The number of FROs allowed to be shutdown before the driver attempts to
      take corrective action.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)