CONFIG_ENTROPY_NRF5_THR_BUF_LEN

Thread-mode buffer length

Type: int

Help

Buffer length in bytes used to store entropy bytes generated by the hardware to make them ready for thread mode consumers.

Direct dependencies

ENTROPY_NRF5_RNG && ENTROPY_GENERATOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/entropy/Kconfig.nrf5:45

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:28drivers/entropy/Kconfig:19

Menu path: (top menu) → Device Drivers → Entropy Drivers → nRF5 RNG driver

config ENTROPY_NRF5_THR_BUF_LEN
    int
    prompt "Thread-mode buffer length" if ENTROPY_NRF5_RNG && ENTROPY_GENERATOR
    range ENTROPY_NRF5_THR_THRESHOLD 255 if ENTROPY_NRF5_RNG && ENTROPY_GENERATOR
    depends on ENTROPY_NRF5_RNG && ENTROPY_GENERATOR
    help
      Buffer length in bytes used to store entropy bytes generated by the
      hardware to make them ready for thread mode consumers.

(Definitions include propagated dependencies, including from if’s and menus.)