CONFIG_ENTROPY_STM32_THR_THRESHOLD

Thread-mode random number pool low-water threshold

Type: int

Help

Low water-mark threshold in bytes to trigger entropy generation for thread mode consumers. As soon as the number of available bytes in the buffer goes below this number hardware entropy generation will be started.

Direct dependencies

ENTROPY_STM32_RNG && ENTROPY_GENERATOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <Zephyr>/drivers/entropy/Kconfig.stm32:31

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

Menu path: (Top) → Device Drivers → Entropy Drivers → STM32 RNG driver

config ENTROPY_STM32_THR_THRESHOLD
    int "Thread-mode random number pool low-water threshold"
    range 4 255
    depends on ENTROPY_STM32_RNG && ENTROPY_GENERATOR
    help
      Low water-mark threshold in bytes to trigger entropy generation for
      thread mode consumers. As soon as the number of available bytes in the
      buffer goes below this number hardware entropy generation will be
      started.

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